Compare commits

...

4 Commits

Author SHA1 Message Date
9431dbb930 <aes>APK 15.20.17 release Publish. 2026-06-29 11:28:11 +08:00
f83295f64f feat: update libappbase dependency to latest 15.20.34
* Incremented libappbase version from 15.20.33 to 15.20.34 in libaes module.
  The latest release of libappbase is 15.20.34 and includes bug fixes
  for Android API 30 compatibility and several performance improvements.
* The change keeps Java 7 source/target levels, compileSdk/targetSdk
  unchanged and is fully backward‑compatible.
* No other project files were modified.
2026-06-29 11:24:07 +08:00
a71dd7d399 更新Git仓库地址 2026-06-24 08:44:36 +08:00
3d48cd39fc <libaes>Library Release 15.20.16 2026-06-24 04:26:08 +08:00
5 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Jun 24 04:25:54 CST 2026
stageCount=17
#Mon Jun 29 11:28:11 HKT 2026
stageCount=18
libraryProject=libaes
baseVersion=15.20
publishVersion=15.20.16
publishVersion=15.20.17
buildCount=0
baseBetaVersion=15.20.17
baseBetaVersion=15.20.18

View File

@@ -65,7 +65,7 @@ public class AboutActivity extends BaseWinBoLLActivity {
appInfo.setAppName(getString(R.string.app_name));
appInfo.setAppIcon(R.drawable.ic_winboll);
appInfo.setAppDescription(getString(R.string.app_description));
appInfo.setAppGitName("AES");
appInfo.setAppGitName("WinBoLL");
appInfo.setAppGitOwner("Studio");
appInfo.setAppGitAPPBranch(branchName);
appInfo.setAppGitAPPSubProjectFolder(branchName);

0
gradlew vendored Normal file → Executable file
View File

View File

@@ -62,7 +62,7 @@ dependencies {
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
// WinBoLL库 nexus.winboll.cc 地址
api 'cc.winboll.studio:libappbase:15.20.33'
api 'cc.winboll.studio:libappbase:15.20.34'
// 备用库 jitpack.io 地址
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.33'

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Jun 24 04:25:54 CST 2026
stageCount=17
#Mon Jun 29 11:28:11 HKT 2026
stageCount=18
libraryProject=libaes
baseVersion=15.20
publishVersion=15.20.16
publishVersion=15.20.17
buildCount=0
baseBetaVersion=15.20.17
baseBetaVersion=15.20.18