update:2020.5.11
fix:优化app内部网页管控 add:
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user