Commit f124de4e authored by gaodapeng's avatar gaodapeng

修改版本

parent 39353589
......@@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "com.study.skindemo"
minSdkVersion 19
minSdkVersion 18
targetSdkVersion 29
versionCode 1
versionName "1.0"
......
......@@ -10,7 +10,6 @@ public class OneApplication extends Application {
public void onCreate() {
super.onCreate();
SkinManager.init(this);
// SkinManager.getInstance().loadSkin(new File(getCacheDir(), "skin1-release.apk").getAbsolutePath());
}
}
......@@ -7,7 +7,7 @@ android {
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 19
minSdkVersion 18
targetSdkVersion 28
versionCode 1
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