提高应用崩溃信息UI友好性。

This commit is contained in:
2025-11-30 17:21:58 +08:00
parent e2703495ae
commit 64e5bc753a
3 changed files with 4 additions and 3 deletions

View File

@@ -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'])

View File

@@ -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

View File

@@ -34,6 +34,7 @@ public class App extends GlobalApplication {
@Override
public void onCreate() {
super.onCreate();
//setIsDebugging(false);
setIsDebugging(BuildConfig.DEBUG);
// 临时文件夹方案1