version:1.1.3

fix:
update:iplay50se适配
This commit is contained in:
2023-03-24 09:39:24 +08:00
parent eeaf2a8c08
commit 020c85475a
5 changed files with 56 additions and 29 deletions

View File

@@ -18,8 +18,8 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 5
versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -70,6 +70,15 @@ android {
v2SigningEnabled false
}
iPlay50SE {
storeFile file("keystore/iPlay50SE.keystore")
storePassword "123456"
keyAlias "iplay50se"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
zhanRui {
storeFile file("keystore/zhanxun.keystore")
storePassword "123456"
@@ -109,6 +118,20 @@ android {
signingConfig signingConfigs.teclast8183
}
iPlay50SEDebug.initWith(debug)
iPlay50SEDebug {
buildConfigField "String", "platform", '"ipaly50SE"'
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.iPlay50SE
}
iPlay50SERelease.initWith(release)
iPlay50SERelease {
buildConfigField "String", "platform", '"ipaly50SE"'
signingConfig signingConfigs.iPlay50SE
}
zhanRuiDebug.initWith(debug)
zhanRuiDebug {
debuggable true