测试WinBoLL库发布
This commit is contained in:
@@ -82,7 +82,10 @@ dependencies {
|
|||||||
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
||||||
|
|
||||||
api 'cc.winboll.studio:libaes:15.11.8'
|
api 'cc.winboll.studio:libaes:15.11.8'
|
||||||
api 'cc.winboll.studio:libappbase:15.11.6'
|
// WinBoLL库 nexus.winboll.cc 地址
|
||||||
|
api 'cc.winboll.studio:libappbase:15.12.2'
|
||||||
|
// 备用库 jitpack.io 地址
|
||||||
|
//api 'com.github.ZhanGSKen:APPBase:appbase-v15.12.1'
|
||||||
|
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Fri Dec 05 12:58:53 GMT 2025
|
#Sat Dec 06 07:01:39 GMT 2025
|
||||||
stageCount=6
|
stageCount=6
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.11
|
baseVersion=15.11
|
||||||
publishVersion=15.11.5
|
publishVersion=15.11.5
|
||||||
buildCount=20
|
buildCount=24
|
||||||
baseBetaVersion=15.11.6
|
baseBetaVersion=15.11.6
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ public class App extends GlobalApplication {
|
|||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
setIsDebugging(BuildConfig.DEBUG);
|
setIsDebugging(BuildConfig.DEBUG);
|
||||||
|
//setIsDebugging(false);
|
||||||
|
|
||||||
WinBoLLActivityManager.init(this);
|
WinBoLLActivityManager.init(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user