version:1.1.8

fix:
update:优化禁用
This commit is contained in:
2023-04-04 18:17:30 +08:00
parent ccf45273f7
commit 8b98116d87
14 changed files with 135 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: "com.tencent.android.tpns"
def appName() {
return "ZYLauncher"
return "CubeZYLauncher"
}
def releaseTime() {
@@ -17,8 +17,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 5
versionName "1.1.3"
versionCode 10
versionName "1.1.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"