version:m40se 2.9.6

fix:
update:接口优化
This commit is contained in:
2023-04-19 10:36:22 +08:00
parent b32037d123
commit 7cde31a7b6
9 changed files with 45 additions and 36 deletions

View File

@@ -73,8 +73,8 @@ android {
official {
flavorDimensions "default"
versionCode 33
versionName "2.9.3"
versionCode 36
versionName "2.9.6"
}
}
@@ -162,6 +162,9 @@ android {
mtk11Debug.initWith(debug)
mtk11Debug {
manifestPlaceholders = [
AK: "7IubK1Ugeuxga4KKC5VQyjTeQlExsYZq"
]
buildConfigField "String", "platform", '"MTK"'
versionNameSuffix "-debug"
debuggable true
@@ -170,12 +173,13 @@ android {
mtk11Release.initWith(release)
mtk11Release {
manifestPlaceholders = [
AK: "7IubK1Ugeuxga4KKC5VQyjTeQlExsYZq"
]
buildConfigField "String", "platform", '"MTK"'
signingConfig signingConfigs.mtkAndroid11
}
teclastMTKDebug.initWith(debug)
teclastMTKDebug {
manifestPlaceholders = [