version:6.5
fix: update:增加酷比MTK Android12 系统签名
This commit is contained in:
@@ -45,15 +45,15 @@ android {
|
|||||||
productFlavors {
|
productFlavors {
|
||||||
official {
|
official {
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
versionCode 39
|
versionCode 56
|
||||||
versionName "4.8"
|
versionName "6.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//签名
|
//签名
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
zhanRui {
|
zhanRui {
|
||||||
storeFile file("src/keys/zhanxun.keystore")
|
storeFile file("keystore/zhanxun.keystore")
|
||||||
storePassword "123456"
|
storePassword "123456"
|
||||||
keyAlias "zhanxun"
|
keyAlias "zhanxun"
|
||||||
keyPassword "123456"
|
keyPassword "123456"
|
||||||
@@ -62,7 +62,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
teclastuserdebug {
|
teclastuserdebug {
|
||||||
storeFile file("src/keys/TeclastUserDebug.jks")
|
storeFile file("keystore/TeclastUserDebug.jks")
|
||||||
storePassword "123456"
|
storePassword "123456"
|
||||||
keyAlias "teclast"
|
keyAlias "teclast"
|
||||||
keyPassword "123456"
|
keyPassword "123456"
|
||||||
@@ -71,16 +71,39 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mtk {
|
mtk {
|
||||||
storeFile file("src/keys/xueshibaoos.jks")
|
storeFile file("keystore/xueshibaoos.jks")
|
||||||
storePassword "123456"
|
storePassword "123456"
|
||||||
keyAlias "xueshibaoos"
|
keyAlias "xueshibaoos"
|
||||||
keyPassword "123456"
|
keyPassword "123456"
|
||||||
v1SigningEnabled true
|
v1SigningEnabled true
|
||||||
v2SigningEnabled true
|
v2SigningEnabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mtk12 {
|
||||||
|
storeFile file("keystore/mtkAndroid12.keystore")
|
||||||
|
storePassword "123456"
|
||||||
|
keyAlias "mtk12"
|
||||||
|
keyPassword "123456"
|
||||||
|
v1SigningEnabled true
|
||||||
|
v2SigningEnabled true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
MTKAndroid12Release.initWith(release)
|
||||||
|
MTKAndroid12Release {
|
||||||
|
buildConfigField "String", "platform", '"MTK"'
|
||||||
|
signingConfig signingConfigs.mtk12
|
||||||
|
}
|
||||||
|
|
||||||
|
MTKAndroid12Debug.initWith(debug)
|
||||||
|
MTKAndroid12Debug {
|
||||||
|
buildConfigField "String", "platform", '"MTK"'
|
||||||
|
versionNameSuffix "-debug"
|
||||||
|
debuggable true
|
||||||
|
signingConfig signingConfigs.mtk12
|
||||||
|
}
|
||||||
|
|
||||||
zhanRuiRelease.initWith(release)
|
zhanRuiRelease.initWith(release)
|
||||||
zhanRuiRelease {
|
zhanRuiRelease {
|
||||||
buildConfigField "String", "platform", '"ZhanRui"'
|
buildConfigField "String", "platform", '"ZhanRui"'
|
||||||
|
|||||||
BIN
app/keystore/mtkAndroid12.keystore
Normal file
BIN
app/keystore/mtkAndroid12.keystore
Normal file
Binary file not shown.
Reference in New Issue
Block a user