update:2020.5.11

fix:优化app内部网页管控
add:
This commit is contained in:
2020-05-11 18:34:39 +08:00
parent fbe3acd02b
commit eaa86225aa
11 changed files with 263 additions and 109 deletions

View File

@@ -9,17 +9,17 @@ def releaseTime() {
}
android {
compileSdkVersion 26
compileSdkVersion 29
defaultConfig {
applicationId "com.jiaoguanyi.appstore"
minSdkVersion 15
targetSdkVersion 26
minSdkVersion 20
targetSdkVersion 29
versionCode 125
versionName "2.8.2"//测试jiaoguanyi.cn
versionCode 127
versionName "2.8.4"//测试jiaoguanyi.cn
// versionCode 125
// versionName "2.0.0.5"// 正式jiaoguanyi.com 双数正式 单数测试
// versionCode 126
// versionName "2.0.0.6"// 正式jiaoguanyi.com 双数正式 单数测试
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"