diff --git a/stallhelper/build.properties b/stallhelper/build.properties index dea15f7..bffe82a 100644 --- a/stallhelper/build.properties +++ b/stallhelper/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon May 18 09:01:09 GMT 2026 +#Mon May 18 19:10:32 CST 2026 stageCount=2 libraryProject= baseVersion=15.20 publishVersion=15.20.1 -buildCount=8 +buildCount=10 baseBetaVersion=15.20.2 diff --git a/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java b/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java index 095c241..c28dc06 100644 --- a/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java +++ b/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java @@ -8,6 +8,7 @@ package cc.winboll.studio.stallhelper; import cc.winboll.studio.libaes.utils.WinBoLLActivityManager; import cc.winboll.studio.libappbase.GlobalApplication; import cc.winboll.studio.libappbase.ToastUtils; +import cc.winboll.studio.libappbase.BuildConfig; public class App extends GlobalApplication { @@ -17,8 +18,9 @@ public class App extends GlobalApplication { public void onCreate() { super.onCreate(); - super.onCreate(); - setIsDebugging(BuildConfig.DEBUG); + if (isDebugging() != true) { + setIsDebugging(BuildConfig.DEBUG); + } //setIsDebugging(false); WinBoLLActivityManager.init(this);