diff --git a/android/app/build.gradle b/android/app/build.gradle index 82b201b..7ba6b1e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,5 +79,5 @@ dependencies { implementation 'com.umeng.umsdk:asms:1.8.3' // 友盟统计SDK // 🔥 友盟依赖的必需库(避免初始化失败) - implementation 'com.google.code.gson:gson:2.10.1' // JSON解析 + implementation 'com.google.code.gson:gson:2.14.0' // JSON解析 }