This commit is contained in:
unknown
2020-07-20 17:16:53 +08:00
parent 8cd08ccc1b
commit e34d2afe1a
28 changed files with 100 additions and 19 deletions

View File

@@ -25,7 +25,8 @@ android {
buildTypes {
release {
minifyEnabled false
minifyEnabled true
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

View File

@@ -0,0 +1,2 @@
#-----ModuleSplash-----
-keep class com.zhidao.mogo.module.splash.SplashConst.*{*;}

View File

@@ -18,4 +18,7 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
#-----ModuleSplash-----
-keep class com.zhidao.mogo.module.splash.SplashConst.*{*;}