version:4.6

fix:
update:增加负二屏等开关
This commit is contained in:
2022-10-14 20:21:16 +08:00
parent d4256739d7
commit ea96ad37bd
24 changed files with 503 additions and 171 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: "com.tencent.android.tpns"
def appName() {
return "老人OS系统"
return "关怀系统OS"
}
def releaseTime() {
@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 33
versionName "4.2"
versionCode 37
versionName "4.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -80,7 +80,6 @@ android {
zhanRuiDebug.initWith(debug)
zhanRuiDebug {
buildConfigField "boolean", "LOG_DEBUG", "true"
versionNameSuffix "-debug"
debuggable true
@@ -129,8 +128,6 @@ android {
}
}
}
}
dependencies {