From 24bcfc4917ae7c6836e1574c745be20bb0099a1c Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 7 Jan 2026 19:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80=E7=B1=BB?= =?UTF-8?q?=E5=BA=93=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E6=94=AF=E6=8C=81=E6=A8=A1=E5=BC=8F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E9=BB=91=E7=99=BD=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- positions/build.gradle | 18 +++++++++--------- positions/build.properties | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/positions/build.gradle b/positions/build.gradle index 8893ea5..02fe47b 100644 --- a/positions/build.gradle +++ b/positions/build.gradle @@ -18,11 +18,12 @@ def genVersionName(def versionName){ } android { - // 1. compileSdkVersion:必须 ≥ targetSdkVersion,建议直接等于 targetSdkVersion(30) - compileSdkVersion 30 + + // 关键:改为你已安装的 SDK 32(≥ targetSdkVersion 30,兼容已安装环境) + compileSdkVersion 32 - // 2. buildToolsVersion:需匹配 compileSdkVersion,建议使用 30.x.x 最新稳定版(无需高于 compileSdkVersion) - buildToolsVersion "30.0.3" // 这是 30 对应的最新稳定版,避免使用 beta 版 + // 直接使用已安装的构建工具 33.0.3(无需修改) + buildToolsVersion "33.0.3" defaultConfig { applicationId "cc.winboll.studio.positions" @@ -79,14 +80,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.13' + 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.12.2' + //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/positions/build.properties b/positions/build.properties index cb66e7b..a456a64 100644 --- a/positions/build.properties +++ b/positions/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed Dec 10 11:13:48 HKT 2025 +#Wed Jan 07 11:08:01 GMT 2026 stageCount=8 libraryProject= baseVersion=15.12 publishVersion=15.12.7 -buildCount=0 +buildCount=1 baseBetaVersion=15.12.8