summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index f0a0f473..115958fa 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -2,4 +2,7 @@
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
+-keep class android.support.v7.preference.Preference* {
+ *;
+}
-dontwarn android.support.v4.**