summaryrefslogtreecommitdiff
path: root/app/proguard.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'app/proguard.cfg')
-rw-r--r--app/proguard.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/proguard.cfg b/app/proguard.cfg
index c0f1796ea..536f54eca 100644
--- a/app/proguard.cfg
+++ b/app/proguard.cfg
@@ -1,5 +1,7 @@
+-dontobfuscate
-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable
+-optimizations !code/allocation/variable
-dontpreverify
-repackageclasses ''
@@ -84,3 +86,6 @@
-keepclassmembers class ** {
public void onEvent*(**);
}
+
+# android-iconify
+-keep class com.joanzapata.** { *; }