aboutsummaryrefslogtreecommitdiffstats
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 6fa82ecd..6f046926 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -53,4 +53,7 @@
-keep public class * extends android.preference.PreferenceFragment {
public <init>(...);
}
+-keep public class * extends android.preference.Preference {
+ public <init>(...);
+}