version:1.1.8

fix:
update:更新图标,增加sd卡安装
This commit is contained in:
2023-04-04 18:14:18 +08:00
parent 020c85475a
commit 32bad14c13
10 changed files with 161 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: "com.tencent.android.tpns"
def appName() {
return "ZYAppStore"
return "CubeZYAppStore"
}
def releaseTime() {
@@ -18,8 +18,8 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 5
versionName "1.1.3"
versionCode 10
versionName "1.1.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"