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