Compare commits
3 Commits
appbase-v1
...
appbase-v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cf4155eab | ||
|
|
7ca144bfc4 | ||
|
|
73222d3272 |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Thu Jan 23 14:23:50 HKT 2025
|
#Thu Jan 23 14:42:39 HKT 2025
|
||||||
stageCount=2
|
stageCount=3
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=1.1
|
baseVersion=1.1
|
||||||
publishVersion=1.1.1
|
publishVersion=1.1.2
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=1.1.2
|
baseBetaVersion=1.1.3
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Thu Jan 23 14:23:50 HKT 2025
|
#Thu Jan 23 14:42:39 HKT 2025
|
||||||
stageCount=2
|
stageCount=3
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=1.1
|
baseVersion=1.1
|
||||||
publishVersion=1.1.1
|
publishVersion=1.1.2
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=1.1.2
|
baseBetaVersion=1.1.3
|
||||||
|
|||||||
@@ -55,6 +55,10 @@ public class GlobalApplication extends Application {
|
|||||||
return super.getApplicationContext();
|
return super.getApplicationContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Application getApplication() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
|||||||
Reference in New Issue
Block a user