增加混淆规则

This commit is contained in:
jenly1314
2019-11-28 16:00:10 +08:00
parent 22ec947508
commit c74ad11a19

View File

@@ -20,6 +20,7 @@
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
#ZXingLite #ZXingLite
-dontwarn com.king.zxing.** -dontwarn com.king.zxing.**
-keep class com.king.zxing.**{ *;} -keep class com.king.zxing.**{ *;}