version:6.4.8

fix:
update:修改主页效果
This commit is contained in:
2023-11-04 10:05:56 +08:00
parent 2122454ac3
commit a7af7cf2a8
9 changed files with 247 additions and 26 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId "com.aoleyun.sn"
versionCode 87
versionName "6.4.7"
versionCode 88
versionName "6.4.8"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 24
@@ -164,6 +164,14 @@ android {
keyPassword "android"
v2SigningEnabled false
}
teclast8183 {
storeFile file("keystore/TeclastMTK12.jks")
storePassword "123456"
keyAlias "TeclastMTK12"
keyPassword "123456"
v2SigningEnabled false
}
}
// Disable release builds for now
@@ -175,6 +183,20 @@ android {
}
buildTypes {
teclast8183Debug.initWith(debug)
teclast8183Debug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.teclast8183
buildConfigField "String", "platform", '"teclast8183"'
}
teclast8183Release.initWith(release)
teclast8183Release {
signingConfig signingConfigs.teclast8183
buildConfigField "String", "platform", '"teclast8183"'
}
iPlay5013Debug.initWith(debug)
iPlay5013Debug {
buildConfigField "String", "platform", '"iplay5013"'