Modify: 异常上报、权限申请

This commit is contained in:
Quyunshuo
2020-08-29 16:01:33 +08:00
parent b30ce8fdf0
commit ab2266dc0f
10 changed files with 64 additions and 5 deletions

View File

@ -15,6 +15,7 @@ android {
versionCode BuildConfig.versionCode
versionName BuildConfig.versionName
testInstrumentationRunner AndroidX.AndroidJUnitRunner
multiDexKeepProguard file("multidexKeep.pro")
}
// signingConfigs {
@ -68,7 +69,6 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation AndroidX.MultiDex
if (!BuildConfig.isAppMode) {
implementation project(path: ':Lib_Main')
} else {