Compare commits
4 Commits
winboll-v1
...
winboll-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 21e464bf5e | |||
| 47f27b6bcb | |||
| 013ad7ff1b | |||
| ab6fd0c6b5 |
@@ -109,7 +109,7 @@ dependencies {
|
|||||||
|
|
||||||
// WinBoLL库 nexus.winboll.cc 地址
|
// WinBoLL库 nexus.winboll.cc 地址
|
||||||
api 'cc.winboll.studio:libaes:15.15.2'
|
api 'cc.winboll.studio:libaes:15.15.2'
|
||||||
api 'cc.winboll.studio:libappbase:15.15.9'
|
api 'cc.winboll.studio:libappbase:15.15.11'
|
||||||
|
|
||||||
// WinBoLL备用库 jitpack.io 地址
|
// WinBoLL备用库 jitpack.io 地址
|
||||||
//api 'com.github.ZhanGSKen:AES:aes-v15.15.7'
|
//api 'com.github.ZhanGSKen:AES:aes-v15.15.7'
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Jan 24 13:25:26 HKT 2026
|
#Thu Jan 29 17:03:53 HKT 2026
|
||||||
stageCount=13
|
stageCount=15
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.11
|
baseVersion=15.11
|
||||||
publishVersion=15.11.12
|
publishVersion=15.11.14
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.11.13
|
baseBetaVersion=15.11.15
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ public class MainActivity extends DrawerFragmentActivity {
|
|||||||
@Override
|
@Override
|
||||||
public boolean onCreateOptionsMenu(Menu menu) {
|
public boolean onCreateOptionsMenu(Menu menu) {
|
||||||
getMenuInflater().inflate(R.menu.toolbar_main, menu);
|
getMenuInflater().inflate(R.menu.toolbar_main, menu);
|
||||||
if (!App.isDebugging()) {
|
if (App.isDebugging()) {
|
||||||
getMenuInflater().inflate(R.menu.toolbar_test, menu);
|
getMenuInflater().inflate(R.menu.toolbar_test, menu);
|
||||||
}
|
}
|
||||||
return super.onCreateOptionsMenu(menu);
|
return super.onCreateOptionsMenu(menu);
|
||||||
|
|||||||
Reference in New Issue
Block a user