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

@@ -22,7 +22,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 @@
#-----MogoServiceApi-----
-keep class com.mogo.service.*{*;}

View File

@@ -19,3 +19,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-----MogoServiceApi-----
-keep class com.mogo.service.*{*;}