编译配置调整为最新策略
This commit is contained in:
@@ -18,16 +18,14 @@ def genVersionName(def versionName){
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
// 适配MIUI12
|
||||||
// 关键:改为你已安装的 SDK 32(≥ targetSdkVersion 30,兼容已安装环境)
|
compileSdkVersion 30
|
||||||
compileSdkVersion 32
|
buildToolsVersion "30.0.3"
|
||||||
|
|
||||||
// 直接使用已安装的构建工具 33.0.3(无需修改)
|
|
||||||
buildToolsVersion "33.0.3"
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "cc.winboll.studio.contacts"
|
applicationId "cc.winboll.studio.contacts"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
|
// 适配MIUI12
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 2
|
versionCode 2
|
||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Fri Jan 09 20:22:05 HKT 2026
|
#Wed Apr 08 12:42:52 GMT 2026
|
||||||
stageCount=7
|
stageCount=7
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.14
|
baseVersion=15.14
|
||||||
publishVersion=15.14.6
|
publishVersion=15.14.6
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.14.7
|
baseBetaVersion=15.14.7
|
||||||
|
|||||||
Reference in New Issue
Block a user