update:2020.5.14

fix:兼容Android10.0 http联网问题,静默安装问题
add:
This commit is contained in:
2020-05-14 18:34:36 +08:00
parent eb1f74288c
commit fdbecb973e
13 changed files with 236 additions and 195 deletions

View File

@@ -15,11 +15,10 @@ android {
minSdkVersion 20
targetSdkVersion 29
// versionCode 128
// versionName "2.8.5"//测试jiaoguanyi.cn
versionCode 127
versionName "2.0.0.7"// 正式jiaoguanyi.com 双数正式 单数测试
versionCode 129
versionName "2.8.6"//测试jiaoguanyi.cn
// versionCode 127
// versionName "2.0.0.7"// 正式jiaoguanyi.com 双数正式 单数测试
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"