增加混淆规则

This commit is contained in:
jenly1314
2019-11-25 10:57:35 +08:00
parent f528805859
commit 22ec947508

View File

@@ -19,3 +19,16 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#ZXingLite
-dontwarn com.king.zxing.**
-keep class com.king.zxing.**{ *;}
-keepattributes InnerClasses
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
#ZXing
-dontwarn com.google.zxing.**
-keep class com.google.zxing.**{ *;}