Compare commits
5 Commits
c3f84afb62
...
winboll-v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5d4036d6d | ||
| 25daecd8b5 | |||
| 7b48ca8fee | |||
| 26f247b409 | |||
| 59080de7f3 |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 24 03:14:54 GMT 2026
|
||||
stageCount=2
|
||||
#Mon Jun 01 20:31:36 HKT 2026
|
||||
stageCount=5
|
||||
libraryProject=libwinboll
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.1
|
||||
buildCount=9
|
||||
baseBetaVersion=15.20.2
|
||||
publishVersion=15.20.4
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.5
|
||||
|
||||
@@ -105,8 +105,8 @@ dependencies {
|
||||
implementation 'com.termux:termux-shared:0.118.0'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
api 'cc.winboll.studio:libappbase:15.20.21'
|
||||
api 'cc.winboll.studio:libaes:15.20.9'
|
||||
api 'cc.winboll.studio:libappbase:15.20.22'
|
||||
api 'cc.winboll.studio:libaes:15.20.10'
|
||||
|
||||
// 备用库 jitpack.io 地址
|
||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.21'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 24 03:14:54 GMT 2026
|
||||
stageCount=2
|
||||
#Mon Jun 01 20:31:36 HKT 2026
|
||||
stageCount=5
|
||||
libraryProject=libwinboll
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.1
|
||||
buildCount=9
|
||||
baseBetaVersion=15.20.2
|
||||
publishVersion=15.20.4
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.5
|
||||
|
||||
@@ -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