From 502d3ad23d8bfa67feb602ae303fe46286ff304c Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 29 Apr 2025 20:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E5=8D=87=E7=BA=A7=E5=BC=95=E7=94=A8=E7=B1=BB=E5=BA=93?= =?UTF-8?q?=E3=80=82=E8=AE=BE=E7=BD=AE=E9=80=82=E9=85=8D=E7=9A=84Android?= =?UTF-8?q?=20API=E4=B8=BA30.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.gradle | 14 +++++++------- powerbell/build.properties | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/powerbell/build.gradle b/powerbell/build.gradle index f405c8d..bd4fdd2 100644 --- a/powerbell/build.gradle +++ b/powerbell/build.gradle @@ -24,12 +24,12 @@ android { defaultConfig { applicationId "cc.winboll.studio.powerbell" minSdkVersion 24 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 6 // versionName 更新后需要手动设置 // .winboll/winbollBuildProps.properties 文件的 stageCount=0 // Gradle编译环境下合起来的 versionName 就是 "${versionName}.0" - versionName "15.2" + versionName "15.3" if(true) { versionName = genVersionName("${versionName}") } @@ -45,6 +45,9 @@ android { dependencies { api fileTree(dir: 'libs', include: ['*.jar']) + api 'cc.winboll.studio:libaes:15.6.0' + api 'cc.winboll.studio:libapputils:15.3.4' + api 'cc.winboll.studio:libappbase:15.7.6' // 吐司提示库 api 'com.github.getActivity:ToastUtils:10.5' @@ -68,11 +71,8 @@ dependencies { //api 'androidx.vectordrawable:vectordrawable-animated:1.1.0' //api 'androidx.fragment:fragment:1.1.0' - api 'cc.winboll.studio:libaes:15.2.4' - api 'cc.winboll.studio:libapputils:15.2.1' - api 'cc.winboll.studio:libappbase:15.2.2' - - /*api 'cc.winboll.studio:winboll-shared:1.8.0' + + /*api 'cc.winboll.studio:winboll-shared:1.8.0' api 'io.github.medyo:android-about-page:2.0.0' api 'com.jcraft:jsch:0.1.55' api 'org.jsoup:jsoup:1.13.1' diff --git a/powerbell/build.properties b/powerbell/build.properties index 49e2430..d85e3c3 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Tue Apr 15 12:41:31 GMT 2025 -stageCount=3 +#Tue Apr 29 12:41:13 GMT 2025 +stageCount=0 libraryProject= -baseVersion=15.2 -publishVersion=15.2.2 -buildCount=9 -baseBetaVersion=15.2.3 +baseVersion=15.3 +publishVersion=15.3.0 +buildCount=4 +baseBetaVersion=15.3.1