summaryrefslogtreecommitdiff
path: root/app/proguard.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'app/proguard.cfg')
-rw-r--r--app/proguard.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/proguard.cfg b/app/proguard.cfg
index a70b226cd..1667bcb14 100644
--- a/app/proguard.cfg
+++ b/app/proguard.cfg
@@ -42,13 +42,6 @@
-dontwarn okhttp3.**
-dontwarn okio.**
-# greenrobot EventBus
--keepattributes *Annotation*
--keepclassmembers class * {
- @org.greenrobot.eventbus.Subscribe <methods>;
-}
--keep enum org.greenrobot.eventbus.ThreadMode { *; }
-
# android-iconify
-keep class com.joanzapata.** { *; }