We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5175fd commit 6f73004Copy full SHA for 6f73004
app/build.gradle
@@ -18,7 +18,7 @@ android {
18
19
buildTypes {
20
release {
21
- minifyEnabled false
+ minifyEnabled true
22
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
23
}
24
app/proguard-rules.pro
@@ -18,4 +18,5 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
-#-renamesourcefileattribute SourceFile
+#-renamesourcefileattribute SourceFile
+-keep class cn.yhfcn.mipushfaker.mod.**
0 commit comments