去掉应用自定义调试逻辑判断。
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 31 20:28:41 HKT 2026
|
||||
#Sun May 31 12:36:52 GMT 2026
|
||||
stageCount=3
|
||||
libraryProject=libwinboll
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.2
|
||||
buildCount=0
|
||||
buildCount=1
|
||||
baseBetaVersion=15.20.3
|
||||
|
||||
@@ -58,7 +58,7 @@ public class App extends GlobalApplication {
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
setIsDebugging(BuildConfig.DEBUG);
|
||||
//setIsDebugging(BuildConfig.DEBUG);
|
||||
//setIsDebugging(false);
|
||||
|
||||
WinBoLLActivityManager.init(this);
|
||||
|
||||
Reference in New Issue
Block a user