version:1.6.3

fix:修复专注模式能打开九学王应用
update:
This commit is contained in:
2023-09-28 11:30:31 +08:00
parent ef7f35eccb
commit 7ed3114868
9 changed files with 113 additions and 29 deletions

View File

@@ -16,8 +16,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 53
versionName "1.6.1"
versionCode 55
versionName "1.6.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -60,9 +60,29 @@ android {
v1SigningEnabled true
v2SigningEnabled true
}
U807 {
storeFile file("keystore/AllwinnerU807.jks")
storePassword "123456"
keyAlias "u807"
keyPassword "123456"
v2SigningEnabled false
}
}
buildTypes {
U807Debug.initWith(debug)
U807Debug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.U807
}
U807Release.initWith(release)
U807Release {
signingConfig signingConfigs.U807
}
// iPlay50SEDebug.initWith(debug)
// iPlay50SEDebug {
// versionNameSuffix "-debug"