diff --git a/powerbell/build.gradle b/powerbell/build.gradle index 6e5c4e47..7a491c55 100644 --- a/powerbell/build.gradle +++ b/powerbell/build.gradle @@ -78,7 +78,7 @@ dependencies { //api 'androidx.fragment:fragment:1.1.0' implementation 'cc.winboll.studio:libaes:15.11.8' - implementation 'cc.winboll.studio:libappbase:15.11.4' + implementation 'cc.winboll.studio:libappbase:15.11.6' //api fileTree(dir: 'libs', include: ['*.aar']) api fileTree(dir: 'libs', include: ['*.jar']) diff --git a/powerbell/build.properties b/powerbell/build.properties index 111debe4..ba0672cf 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sat Nov 29 19:46:37 GMT 2025 +#Sun Nov 30 09:20:04 GMT 2025 stageCount=11 libraryProject= baseVersion=15.11 publishVersion=15.11.10 -buildCount=43 +buildCount=48 baseBetaVersion=15.11.11 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java index 6439de15..18ac1dfe 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java @@ -34,6 +34,7 @@ public class App extends GlobalApplication { @Override public void onCreate() { super.onCreate(); + //setIsDebugging(false); setIsDebugging(BuildConfig.DEBUG); // 临时文件夹方案1