Commit f124de4e authored by gaodapeng's avatar gaodapeng

修改版本

parent 39353589
...@@ -8,7 +8,7 @@ android { ...@@ -8,7 +8,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.study.skindemo" applicationId "com.study.skindemo"
minSdkVersion 19 minSdkVersion 18
targetSdkVersion 29 targetSdkVersion 29
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -10,7 +10,6 @@ public class OneApplication extends Application { ...@@ -10,7 +10,6 @@ public class OneApplication extends Application {
public void onCreate() { public void onCreate() {
super.onCreate(); super.onCreate();
SkinManager.init(this); SkinManager.init(this);
// SkinManager.getInstance().loadSkin(new File(getCacheDir(), "skin1-release.apk").getAbsolutePath());
} }
} }
...@@ -7,7 +7,7 @@ android { ...@@ -7,7 +7,7 @@ android {
buildToolsVersion "29.0.3" buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 18
targetSdkVersion 28 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment