Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d8e382f06a |
@ -31,6 +31,7 @@ public class App extends Application {
|
|||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
System.out.println("测试分支合并");
|
System.out.println("测试分支合并");
|
||||||
|
System.out.println("测试分支合并1.0.6");
|
||||||
mApplication = this;
|
mApplication = this;
|
||||||
CommonBaseLibrary.getInstance().init(this, Api.BASE_URL);
|
CommonBaseLibrary.getInstance().init(this, Api.BASE_URL);
|
||||||
// if (BuildConfig.DEBUG){
|
// if (BuildConfig.DEBUG){
|
||||||
|
Loading…
Reference in New Issue
Block a user