diff --git a/contacts/build.gradle b/contacts/build.gradle index 6af0c27..1a43521 100644 --- a/contacts/build.gradle +++ b/contacts/build.gradle @@ -18,16 +18,14 @@ def genVersionName(def versionName){ } android { - - // 关键:改为你已安装的 SDK 32(≥ targetSdkVersion 30,兼容已安装环境) - compileSdkVersion 32 - - // 直接使用已安装的构建工具 33.0.3(无需修改) - buildToolsVersion "33.0.3" + // 适配MIUI12 + compileSdkVersion 30 + buildToolsVersion "30.0.3" defaultConfig { applicationId "cc.winboll.studio.contacts" minSdkVersion 23 + // 适配MIUI12 targetSdkVersion 30 versionCode 2 // versionName 更新后需要手动设置 diff --git a/contacts/build.properties b/contacts/build.properties index b30b231..b190806 100644 --- a/contacts/build.properties +++ b/contacts/build.properties @@ -1,8 +1,8 @@ #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 libraryProject= baseVersion=15.14 publishVersion=15.14.6 -buildCount=0 +buildCount=1 baseBetaVersion=15.14.7