From cdf51637d30d1ca9fb2efc3b55bbc83acee334ae Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 6 Jan 2026 20:17:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BC=96=E8=AF=91=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=92=8C=E5=9F=BA=E7=A1=80=E7=B1=BB=E5=BA=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contacts/build.gradle | 19 +++++++++++-------- contacts/build.properties | 4 ++-- .../src/main/res/layout/activity_settings.xml | 10 +++++----- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/contacts/build.gradle b/contacts/build.gradle index 5c98f65..1c0013f 100644 --- a/contacts/build.gradle +++ b/contacts/build.gradle @@ -18,12 +18,16 @@ def genVersionName(def versionName){ } android { - compileSdkVersion 30 - buildToolsVersion "30.0.3" + + // 关键:改为你已安装的 SDK 32(≥ targetSdkVersion 30,兼容已安装环境) + compileSdkVersion 32 + + // 直接使用已安装的构建工具 33.0.3(无需修改) + buildToolsVersion "33.0.3" defaultConfig { applicationId "cc.winboll.studio.contacts" - minSdkVersion 24 + minSdkVersion 23 targetSdkVersion 30 versionCode 2 // versionName 更新后需要手动设置 @@ -86,14 +90,13 @@ dependencies { //api 'androidx.vectordrawable:vectordrawable-animated:1.1.0' //api 'androidx.fragment:fragment:1.1.0' - // WinBoLL库 nexus.winboll.cc 地址 - //api 'cc.winboll.studio:libaes:15.12.0' - //api 'cc.winboll.studio:libappbase:15.12.2' + api 'cc.winboll.studio:libaes:15.12.12' + api 'cc.winboll.studio:libappbase:15.14.2' // WinBoLL备用库 jitpack.io 地址 - api 'com.github.ZhanGSKen:AES:aes-v15.12.3' - api 'com.github.ZhanGSKen:APPBase:appbase-v15.14.1' + //api 'com.github.ZhanGSKen:AES:aes-v15.12.9' + //api 'com.github.ZhanGSKen:APPBase:appbase-v15.14.1' api fileTree(dir: 'libs', include: ['*.jar']) } diff --git a/contacts/build.properties b/contacts/build.properties index d3507de..175c5e3 100644 --- a/contacts/build.properties +++ b/contacts/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon Dec 15 20:54:20 HKT 2025 +#Tue Jan 06 12:15:50 GMT 2026 stageCount=2 libraryProject= baseVersion=15.14 publishVersion=15.14.1 -buildCount=0 +buildCount=2 baseBetaVersion=15.14.2 diff --git a/contacts/src/main/res/layout/activity_settings.xml b/contacts/src/main/res/layout/activity_settings.xml index cbb2c53..6ab5717 100644 --- a/contacts/src/main/res/layout/activity_settings.xml +++ b/contacts/src/main/res/layout/activity_settings.xml @@ -336,11 +336,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="其他:"/> - - + +