Compare commits
9 Commits
winboll-v1
...
f99632cbea
| Author | SHA1 | Date | |
|---|---|---|---|
| f99632cbea | |||
| c8ef451232 | |||
| 92e59bdb9e | |||
| 9ce03ea542 | |||
|
|
9e9486b488 | ||
|
|
b5d4036d6d | ||
|
|
4b8967b253 | ||
| 25daecd8b5 | |||
| 7b48ca8fee |
@@ -44,13 +44,12 @@ dependencies {
|
|||||||
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.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.11'
|
||||||
|
|
||||||
// 备用库 jitpack.io 地址
|
// 备用库 jitpack.io 地址
|
||||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.20'
|
api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.22'
|
||||||
//api 'com.github.ZhanGSKen:libaes:aes-v15.20.8'
|
api 'com.github.ZhanGSKen:libaes:aes-v15.20.11'
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
#Sun May 31 20:28:41 HKT 2026
|
#Mon Jun 01 20:31:36 HKT 2026
|
||||||
stageCount=3
|
stageCount=5
|
||||||
libraryProject=libwinboll
|
libraryProject=libwinboll
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.2
|
publishVersion=15.20.4
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.3
|
baseBetaVersion=15.20.5
|
||||||
|
|||||||
@@ -105,12 +105,12 @@ 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.22'
|
//api 'cc.winboll.studio:libappbase:15.20.22'
|
||||||
api 'cc.winboll.studio:libaes:15.20.10'
|
//api 'cc.winboll.studio:libaes:15.20.11'
|
||||||
|
|
||||||
// 备用库 jitpack.io 地址
|
// 备用库 jitpack.io 地址
|
||||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.21'
|
api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.22'
|
||||||
//api 'com.github.ZhanGSKen:libaes:aes-v15.20.9'
|
api 'com.github.ZhanGSKen:libaes:aes-v15.20.11'
|
||||||
|
|
||||||
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
|
||||||
#Sun May 31 20:28:41 HKT 2026
|
#Mon Jun 01 18:54:12 GMT 2026
|
||||||
stageCount=3
|
stageCount=5
|
||||||
libraryProject=libwinboll
|
libraryProject=libwinboll
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.2
|
publishVersion=15.20.4
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.3
|
baseBetaVersion=15.20.5
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class MainActivity extends DrawerFragmentActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
setTheme(cc.winboll.studio.winboll.theme.WinBoLLThemeUtil.getThemeTypeID(this));
|
setTheme(cc.winboll.studio.winboll.theme.WinBoLLThemeUtil.getThemeTypeID(getApplicationContext()));
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
initMainHandler();
|
initMainHandler();
|
||||||
if (mBrowserFragment == null) {
|
if (mBrowserFragment == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user