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