Compare commits

...

2 Commits

Author SHA1 Message Date
b144d6d94c <contacts>APK 15.3.19 release Publish. 2025-10-18 13:05:19 +08:00
ZhanGSKen
da7329ffb3 修改编译适配API 30 2025-10-18 13:04:07 +08:00
2 changed files with 7 additions and 7 deletions

View File

@@ -18,13 +18,13 @@ def genVersionName(def versionName){
}
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "cc.winboll.studio.contacts"
minSdkVersion 24
targetSdkVersion 28
targetSdkVersion 30
versionCode 1
// versionName 更新后需要手动设置
// 项目模块目录的 build.gradle 文件的 stageCount=0

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat Oct 18 12:57:07 HKT 2025
stageCount=19
#Sat Oct 18 13:05:19 HKT 2025
stageCount=20
libraryProject=
baseVersion=15.3
publishVersion=15.3.18
publishVersion=15.3.19
buildCount=0
baseBetaVersion=15.3.19
baseBetaVersion=15.3.20