version:3.4.0

fix:
update:增加G12NL签名
This commit is contained in:
2025-08-06 11:36:55 +08:00
parent 350349a94d
commit 6f605bb263
5 changed files with 46 additions and 3 deletions

View File

@@ -74,8 +74,8 @@ android {
official {
flavorDimensions "default"
versionCode 79
versionName "3.3.9"
versionCode 80
versionName "3.4.0"
}
}
@@ -189,9 +189,38 @@ android {
v2SigningEnabled true
}
MT6789 {
storeFile file("keystore/MT6789.keystore")
storePassword "123456"
keyAlias "mt6789"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
}
buildTypes {
MT6789Debug.initWith(debug)
MT6789Debug {
manifestPlaceholders = [
AK: "7IubK1Ugeuxga4KKC5VQyjTeQlExsYZq"
]
buildConfigField "String", "platform", '"G12NL"'
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.MT6789
}
MT6789Release.initWith(release)
MT6789Release {
manifestPlaceholders = [
AK: "7IubK1Ugeuxga4KKC5VQyjTeQlExsYZq"
]
buildConfigField "String", "platform", '"G12NL"'
signingConfig signingConfigs.MT6789
}
Huaruian8768Debug.initWith(debug)
Huaruian8768Debug {
manifestPlaceholders = [