Compare commits
4 Commits
c3f84afb62
...
winboll-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 25daecd8b5 | |||
| 7b48ca8fee | |||
| 26f247b409 | |||
| 59080de7f3 |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 24 03:14:54 GMT 2026
|
#Sun May 31 20:40:44 HKT 2026
|
||||||
stageCount=2
|
stageCount=4
|
||||||
libraryProject=libwinboll
|
libraryProject=libwinboll
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.1
|
publishVersion=15.20.3
|
||||||
buildCount=9
|
buildCount=0
|
||||||
baseBetaVersion=15.20.2
|
baseBetaVersion=15.20.4
|
||||||
|
|||||||
@@ -105,8 +105,8 @@ dependencies {
|
|||||||
implementation 'com.termux:termux-shared:0.118.0'
|
implementation 'com.termux:termux-shared:0.118.0'
|
||||||
|
|
||||||
// WinBoLL库 nexus.winboll.cc 地址
|
// WinBoLL库 nexus.winboll.cc 地址
|
||||||
api 'cc.winboll.studio:libappbase:15.20.21'
|
api 'cc.winboll.studio:libappbase:15.20.22'
|
||||||
api 'cc.winboll.studio:libaes:15.20.9'
|
api 'cc.winboll.studio:libaes:15.20.10'
|
||||||
|
|
||||||
// 备用库 jitpack.io 地址
|
// 备用库 jitpack.io 地址
|
||||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.21'
|
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.21'
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 24 03:14:54 GMT 2026
|
#Sun May 31 20:40:44 HKT 2026
|
||||||
stageCount=2
|
stageCount=4
|
||||||
libraryProject=libwinboll
|
libraryProject=libwinboll
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.1
|
publishVersion=15.20.3
|
||||||
buildCount=9
|
buildCount=0
|
||||||
baseBetaVersion=15.20.2
|
baseBetaVersion=15.20.4
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ public class App extends GlobalApplication {
|
|||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
setIsDebugging(BuildConfig.DEBUG);
|
//setIsDebugging(BuildConfig.DEBUG);
|
||||||
//setIsDebugging(false);
|
//setIsDebugging(false);
|
||||||
|
|
||||||
WinBoLLActivityManager.init(this);
|
WinBoLLActivityManager.init(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user