diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-03-20 19:17:13 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-03-20 19:17:13 +0100 |
commit | b70cb2ebf2d321e554c202e19bcdc9289e771e35 (patch) | |
tree | a79a76b9a01bdec429b15dd659d433c914cfb140 | |
parent | 76d4e58b61614e744d1491a107c0b894d81878f3 (diff) | |
download | AntennaPod-b70cb2ebf2d321e554c202e19bcdc9289e771e35.zip |
Proguard issues
-rw-r--r-- | proguard.cfg | 5 |
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); } |