diff --git a/powerbell/build.gradle b/powerbell/build.gradle index 3d89f9f..e53b7c4 100644 --- a/powerbell/build.gradle +++ b/powerbell/build.gradle @@ -21,6 +21,12 @@ android { // 适配MIUI12 compileSdkVersion 30 buildToolsVersion "30.0.3" + + // 确保 Java 7 兼容性(已适配项目技术栈) + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_7 + targetCompatibility JavaVersion.VERSION_1_7 + } defaultConfig { applicationId "cc.winboll.studio.powerbell" @@ -75,7 +81,7 @@ dependencies { //api 'androidx.fragment:fragment:1.1.0' // WinBoLL库 nexus.winboll.cc 地址 - api 'cc.winboll.studio:libaes:15.20.18' + api 'cc.winboll.studio:libaes:15.20.19' api 'cc.winboll.studio:libappbase:15.20.34' // WinBoLL备用库 jitpack.io 地址 diff --git a/powerbell/build.properties b/powerbell/build.properties index 0372f94..ed0b691 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sun Jul 12 10:33:40 HKT 2026 +#Fri Jul 17 15:59:06 CST 2026 stageCount=19 libraryProject= baseVersion=15.15 publishVersion=15.15.18 -buildCount=0 +buildCount=6 baseBetaVersion=15.15.19