summaryrefslogtreecommitdiff
path: root/proguard.cfg
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-03-20 19:17:13 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-03-20 19:17:13 +0100
commitb70cb2ebf2d321e554c202e19bcdc9289e771e35 (patch)
treea79a76b9a01bdec429b15dd659d433c914cfb140 /proguard.cfg
parent76d4e58b61614e744d1491a107c0b894d81878f3 (diff)
downloadAntennaPod-b70cb2ebf2d321e554c202e19bcdc9289e771e35.zip
Proguard issues
Diffstat (limited to 'proguard.cfg')
-rw-r--r--proguard.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.cfg b/proguard.cfg
index 41b54698f..795bbbb9c 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -21,6 +21,11 @@
public void set*(...);
}
+-keepclassmembers enum * {
+ public static **[] values();
+ public static ** valueOf(java.lang.String);
+}
+
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}