Compare commits

...

3 Commits

Author SHA1 Message Date
5a9469317d <powerbell>APK 15.11.12 release Publish. 2025-11-30 18:48:20 +08:00
0d5f7f40cd 编译参数修复 2025-11-30 17:23:39 +08:00
64e5bc753a 提高应用崩溃信息UI友好性。 2025-11-30 17:21:58 +08:00
3 changed files with 6 additions and 5 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
#Sun Nov 30 03:50:22 HKT 2025
stageCount=12
#Sun Nov 30 18:48:20 HKT 2025
stageCount=13
libraryProject=
baseVersion=15.11
publishVersion=15.11.11
publishVersion=15.11.12
buildCount=0
baseBetaVersion=15.11.12
baseBetaVersion=15.11.13

View File

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