更新类库
This commit is contained in:
@@ -106,7 +106,7 @@ dependencies {
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
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 地址
|
||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.21'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Mon Jun 01 20:31:36 HKT 2026
|
||||
#Mon Jun 01 18:26:18 GMT 2026
|
||||
stageCount=5
|
||||
libraryProject=libwinboll
|
||||
baseVersion=15.20
|
||||
|
||||
@@ -37,7 +37,7 @@ public class MainActivity extends DrawerFragmentActivity {
|
||||
|
||||
@Override
|
||||
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);
|
||||
initMainHandler();
|
||||
if (mBrowserFragment == null) {
|
||||
|
||||
Reference in New Issue
Block a user