bugfixes:优化命名
This commit is contained in:
2025-03-13 10:41:32 +08:00
parent 816753a500
commit 8716bf0e36
25 changed files with 458 additions and 397 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId "com.aoleyun.sn"
versionCode 168
versionName "1.4.1126"
versionCode 169
versionName "1.4.1217"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 24
@@ -207,6 +207,15 @@ android {
v1SigningEnabled true
v2SigningEnabled true
}
P50 {
storeFile file("keystore/P50TD.jks")
storePassword "123456"
keyAlias "P50TD"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
}
// Disable release builds for now
@@ -218,6 +227,34 @@ android {
}
buildTypes {
P50Debug.initWith(debug)
P50Debug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.P50
buildConfigField "String", "platform", '"P50TD"'
}
P50Release.initWith(release)
P50Release {
signingConfig signingConfigs.P50
buildConfigField "String", "platform", '"P50TD"'
}
G11JDebug.initWith(debug)
G11JDebug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.Huaruian8768
buildConfigField "String", "platform", '"aud8786"'
}
G11JRelease.initWith(release)
G11JRelease {
signingConfig signingConfigs.Huaruian8768
buildConfigField "String", "platform", '"aud8786"'
}
T40AirDebug.initWith(debug)
T40AirDebug {
versionNameSuffix "-debug"