From 1e991aed7e5b19fab328f658cee856cdcdffc6b1 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 25 Mar 2025 19:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E5=B0=8F=E7=B1=B315=EF=BC=8C?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=BC=96=E8=AF=91=E5=8F=82=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mymessagemanager/build.gradle | 10 +++++----- mymessagemanager/build.properties | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mymessagemanager/build.gradle b/mymessagemanager/build.gradle index 7f9a2d1..598d76f 100644 --- a/mymessagemanager/build.gradle +++ b/mymessagemanager/build.gradle @@ -18,8 +18,8 @@ def genVersionName(def versionName){ } android { - compileSdkVersion 30 - buildToolsVersion "30.0.3" + compileSdkVersion 32 + buildToolsVersion "32.0.0" defaultConfig { applicationId "cc.winboll.studio.mymessagemanager" @@ -29,7 +29,7 @@ android { // versionName 更新后需要手动设置 // .winboll/winbollBuildProps.properties 文件的 stageCount=0 // Gradle编译环境下合起来的 versionName 就是 "${versionName}.0" - versionName "4.1" + versionName "15.0" if(true) { versionName = genVersionName("${versionName}") } @@ -44,6 +44,8 @@ android { } dependencies { + api fileTree(dir: 'libs', include: ['*.jar']) + api 'cc.winboll.studio:winboll-shared:1.6.4' api 'io.github.medyo:android-about-page:2.0.0' api 'com.github.getActivity:ToastUtils:10.5' @@ -64,6 +66,4 @@ dependencies { api 'com.google.android.material:material:1.0.0' api 'cc.winboll.studio:libaes:7.6.0' - - api fileTree(dir: 'libs', include: ['*.jar']) } diff --git a/mymessagemanager/build.properties b/mymessagemanager/build.properties index 554317d..85ef153 100644 --- a/mymessagemanager/build.properties +++ b/mymessagemanager/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sat Mar 01 14:11:49 HKT 2025 -stageCount=19 +#Tue Mar 25 11:38:21 GMT 2025 +stageCount=0 libraryProject= -baseVersion=4.1 -publishVersion=4.1.18 -buildCount=0 -baseBetaVersion=4.1.19 +baseVersion=15.0 +publishVersion=15.0.0 +buildCount=2 +baseBetaVersion=15.0.1