20260511_152720_122
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Mon May 11 14:45:59 HKT 2026
|
||||
#Mon May 11 07:23:43 GMT 2026
|
||||
stageCount=6
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.5
|
||||
buildCount=0
|
||||
buildCount=4
|
||||
baseBetaVersion=15.20.6
|
||||
|
||||
@@ -26,6 +26,8 @@ public class App extends GlobalApplication {
|
||||
if (isDebugging() != true) {
|
||||
setIsDebugging(BuildConfig.DEBUG);
|
||||
}
|
||||
// release 版调试码
|
||||
setIsDebugging(!BuildConfig.DEBUG);
|
||||
|
||||
// 初始化 Toast 工具类(传入应用全局上下文,确保 Toast 可在任意地方调用)
|
||||
ToastUtils.init(getApplicationContext());
|
||||
|
||||
Reference in New Issue
Block a user