forked from github/szkolny
[ZXing] Try to fix QR code scanner crashing (Proguard).
This commit is contained in:
parent
ae42c227a8
commit
4e796542d7
5
app/proguard/zxing.pro
Normal file
5
app/proguard/zxing.pro
Normal file
@ -0,0 +1,5 @@
|
||||
# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
||||
-keepclassmembers enum * {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
Loading…
Reference in New Issue
Block a user