summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-07-26 14:35:03 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-07-26 14:35:03 +0200
commit460e061d35e45268d3dcfebeba00e7231ce8cfd0 (patch)
tree2dfe8481d75fc7a68cee495c3e91bce0a4e5b0c0
parentdf288f8f68145e9e38a639b86859db8d484bda00 (diff)
downloadAntennaPod-460e061d35e45268d3dcfebeba00e7231ce8cfd0.zip
Fixed yet another proguard issue
(╯°□°)╯︵ pɹɐuƃoɹd
-rw-r--r--proguard.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/proguard.cfg b/proguard.cfg
index fd76cc73a..323e0b673 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -47,6 +47,9 @@
public static <fields>;
}
+-keep public class org.jsoup.** {
+ public *;
+}
-keep class android.support.v4.** { *; }
-keep interface android.support.v4.** { *; }
-keep class android.support.v7.** { *; }