aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-03 21:34:17 -0700
committerAllan Wang <me@allanwang.ca>2017-06-03 21:34:17 -0700
commit610df8c6d772324095b1c3d2cc17f9c243be6c06 (patch)
tree3d669f6bdd343ab9db8cbc9910e933e23b381fd2 /app/proguard-rules.pro
parent8ec65f55f85c730e97d5521c1443819435b98208 (diff)
downloadfrost-610df8c6d772324095b1c3d2cc17f9c243be6c06.tar.gz
frost-610df8c6d772324095b1c3d2cc17f9c243be6c06.tar.bz2
frost-610df8c6d772324095b1c3d2cc17f9c243be6c06.zip
test crashlytics
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r--app/proguard-rules.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 550646f0..931de8da 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -5,4 +5,10 @@
-keepclassmembers class ** {
@org.greenrobot.eventbus.Subscribe <methods>;
}
--keep enum org.greenrobot.eventbus.ThreadMode { *; } \ No newline at end of file
+-keep enum org.greenrobot.eventbus.ThreadMode { *; }
+
+-keepclassmembers class * extends java.lang.Enum {
+ public *;
+ public static **[] values();
+ public static ** valueOf(java.lang.String);
+} \ No newline at end of file