update:2020.11.13
fix:增加WiFi热点管控
add:
This commit is contained in:
2020-11-13 14:33:10 +08:00
parent 05b6974d06
commit fc826c656c
5 changed files with 72 additions and 7 deletions

View File

@@ -9,11 +9,11 @@ def releaseTime() {
}
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "com.jiaoguanyi.appstore"
minSdkVersion 20
targetSdkVersion 29
targetSdkVersion 30
// versionCode 105
// versionName "3.1.0"//测试jiaoguanyi.cn
@@ -89,8 +89,9 @@ android {
}
newl {
flavorDimensions "default"
versionCode 161
versionName "1.1.6"
versionCode 157
// versionCode 1028
versionName "1.1.7"
/*********************************极光推送************************************/
manifestPlaceholders = [
JPUSH_PKGNAME: "com.jiaoguanyi.appstore",