1.0.9 优化管控,增加状态栏管控

This commit is contained in:
2023-10-30 16:23:32 +08:00
parent 8513b3fa6a
commit 60e6316149
5 changed files with 68 additions and 22 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiuipad.find"
minSdkVersion 24
targetSdkVersion 29
versionCode 8
versionName "1.0.7"
versionCode 10
versionName "1.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -73,9 +73,25 @@ android {
keyPassword "123456"
v2SigningEnabled false
}
U807UserDebug {
storeFile file("keystore/U807userdebug.keystore")
storePassword "123456"
keyAlias "u807userdebug"
keyPassword "123456"
v2SigningEnabled false
}
}
buildTypes {
U807UserDebug.initWith(release)
U807UserDebug {
buildConfigField "String", "platform", '"U807"'
// versionNameSuffix "-debug"
// debuggable true
signingConfig signingConfigs.U807UserDebug
}
U807Debug.initWith(debug)
U807Debug {
buildConfigField "String", "platform", '"U807"'