fix: 增加友盟异常统计功能

This commit is contained in:
2023-09-21 15:50:32 +08:00
parent 2292fbc6d8
commit 79b86da93c
6 changed files with 20 additions and 0 deletions

View File

@@ -136,6 +136,11 @@ dependencies {
//带侧滑的自定义列表
implementation 'com.yanzhenjie.recyclerview:x:1.3.2'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
// 友盟统计SDK
implementation 'com.umeng.umsdk:common:9.4.7'// 必选
implementation 'com.umeng.umsdk:asms:1.4.1'// 必选
implementation 'com.umeng.umsdk:apm:1.5.2' // U-APM包依赖(必选)
}
//允许引用生成的代码
kapt {