summaryrefslogtreecommitdiff
path: root/proguard.cfg
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-07-27 23:29:47 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-07-30 12:42:01 +0200
commit09c4736867acafee9c008caa8ab78f7b3c4cef68 (patch)
tree04b5ca6258c3449a9ee89fc832edc44c652fe0de /proguard.cfg
parent460e061d35e45268d3dcfebeba00e7231ce8cfd0 (diff)
downloadAntennaPod-09c4736867acafee9c008caa8ab78f7b3c4cef68.zip
Replaced ImageLoader and DiskCache with Picasso
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
Diffstat (limited to 'proguard.cfg')
-rw-r--r--proguard.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.cfg b/proguard.cfg
index 323e0b673..1838f007c 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -50,6 +50,10 @@
-keep public class org.jsoup.** {
public *;
}
+
+-dontwarn com.squareup.okhttp.**
+-dontwarn okio.**
+
-keep class android.support.v4.** { *; }
-keep interface android.support.v4.** { *; }
-keep class android.support.v7.** { *; }