1.1.6需求

This commit is contained in:
wangcongtao
2020-09-23 16:19:34 +08:00
parent 09a6360ab2
commit 78b9f54ca8
23 changed files with 416 additions and 293 deletions

View File

@@ -48,11 +48,6 @@ dependencies {
implementation project(":foudations:mogo-utils")
implementation project(":foudations:mogo-commons")
}
implementation 'com.tencent.bugly:crashreport:latest.release'
//其中latest.release指代最新Bugly SDK版本号也可以指定明确的版本号例如2.1.9
implementation 'com.tencent.bugly:nativecrashreport:latest.release'
//其中latest.release指代最新Bugly NDK版本号也可以指定明确的版本号例如3.0
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()