version:G10P 1.0.2

fix:
update:华瑞安G10P适配
This commit is contained in:
2023-03-30 10:08:02 +08:00
parent 93f87d3b68
commit e5cdbc2ecc
24 changed files with 912 additions and 541 deletions

View File

@@ -56,10 +56,9 @@ android {
lintOptions {
checkReleaseBuilds false
}
dexOptions {
jumboMode true
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
compileOptions {
@@ -90,10 +89,17 @@ android {
//MTK
MTKnewly {
flavorDimensions "default"
versionCode 48
versionName "2.3.8"
versionCode 52
versionName "2.4.2"
buildConfigField "String", "platform", '"MTK"'
}
Huaruian {
flavorDimensions "default"
versionCode 3
versionName "1.0.2"
buildConfigField "String", "platform", '"MTK11"'
}
}
sourceSets {
@@ -132,6 +138,24 @@ android {
v2SigningEnabled true
}
G10P{
storeFile file("keystore/G10PMTK11.jks")
storePassword "123456"
keyAlias "G10PMTK11"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
G10PUserDebug{
storeFile file("keystore/G10PUserDebug.jks")
storePassword "123456"
keyAlias "G10PUserDebug"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
mtk12 {
storeFile file("keystore/mtkAndroid12.keystore")
storePassword "123456"
@@ -184,6 +208,25 @@ android {
signingConfig signingConfigs.mtk12
}
G10PDebug.initWith(debug)
G10PDebug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.G10P
}
G10PRelease.initWith(release)
G10PRelease {
signingConfig signingConfigs.G10P
}
G10PUserDebug.initWith(debug)
G10PUserDebug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.G10PUserDebug
}
zhanRuiDebug.initWith(debug)
zhanRuiDebug {
debuggable true