Compare commits

...

1 Commits

Author SHA1 Message Date
d8e382f06a 1.0.6 2022-03-11 09:48:46 +08:00

View File

@ -31,6 +31,7 @@ public class App extends Application {
public void onCreate() {
super.onCreate();
System.out.println("测试分支合并");
System.out.println("测试分支合并1.0.6");
mApplication = this;
CommonBaseLibrary.getInstance().init(this, Api.BASE_URL);
// if (BuildConfig.DEBUG){