From 4e796542d7bcaa76f0b9dc1354e0e75aaaf3731d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Sun, 5 Jan 2020 21:27:07 +0100 Subject: [PATCH] [ZXing] Try to fix QR code scanner crashing (Proguard). --- app/proguard/zxing.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/proguard/zxing.pro diff --git a/app/proguard/zxing.pro b/app/proguard/zxing.pro new file mode 100644 index 00000000..d5eeb97d --- /dev/null +++ b/app/proguard/zxing.pro @@ -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); +} \ No newline at end of file