version:zhanrui 6.3.3,MTK 2.3.3

fix:
update:增加MTK12 签名
This commit is contained in:
2023-01-13 22:09:45 +08:00
parent 4f6a6cff93
commit 4371ae3059
2 changed files with 21 additions and 0 deletions

View File

@@ -131,6 +131,15 @@ android {
v1SigningEnabled true
v2SigningEnabled true
}
mtk12 {
storeFile file("keystore/mtkAndroid12.keystore")
storePassword "123456"
keyAlias "mtk12"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
}
// Disable release builds for now
@@ -163,6 +172,18 @@ android {
}
buildTypes {
MTKAndroid12Debug.initWith(debug)
MTKAndroid12Debug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.mtk12
}
MTKAndroid12Release.initWith(release)
MTKAndroid12Release {
signingConfig signingConfigs.mtk12
}
zhanRuiDebug.initWith(debug)
zhanRuiDebug {
debuggable true

Binary file not shown.