Browse Source

[new]升级Android umeng sdk版本

zk 2 months ago
parent
commit
7e01cbb195
1 changed files with 4 additions and 3 deletions
  1. 4 3
      android/build.gradle

+ 4 - 3
android/build.gradle

@@ -68,9 +68,10 @@ android {
         compileOnly "androidx.core:core:1.13.1"
 
         //友盟统计
-        implementation 'com.umeng.umsdk:common:9.6.7'
-        implementation 'com.umeng.umsdk:asms:1.8.0'
-        implementation 'com.umeng.umsdk:apm:1.9.4'
+        implementation 'com.umeng.umsdk:common:9.8.8'
+        implementation 'com.umeng.umsdk:asms:1.8.7.2'
+        //noinspection Aligned16KB
+        implementation 'com.umeng.umsdk:apm:2.0.6'
 
         //渠道包信息读取
         compileOnly "extra.pack:channel:1.1.0-SNAPSHOT"