From 0eedbd75bb94bdd8c775893ce903e8c3f16966d4 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 8 Apr 2026 20:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=85=8D=E7=BD=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=E6=9C=80=E6=96=B0=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contacts/build.gradle | 10 ++++------ contacts/build.properties | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) 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