瀏覽代碼

[new]升级Android umeng sdk版本

zk 6 月之前
父節點
當前提交
c7eb87f5e5
共有 1 個文件被更改,包括 4 次插入3 次删除
  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"