summaryrefslogtreecommitdiff
path: root/app/proguard.cfg
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2016-05-01 08:00:59 -0400
committerTom Hennen <tom.hennen@gmail.com>2016-05-01 08:00:59 -0400
commit465f5eab6dc64ba8b8dd94d1eec103a4b241a100 (patch)
tree4a0376cc489290082b73650dc4d04c2c0dfda77b /app/proguard.cfg
parent126c6fed51abe1b738b896b6599759d1ac93aa7f (diff)
downloadAntennaPod-465f5eab6dc64ba8b8dd94d1eec103a4b241a100.zip
1.6.0.4 and fix crash caused by ProGuard
Diffstat (limited to 'app/proguard.cfg')
-rw-r--r--app/proguard.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/proguard.cfg b/app/proguard.cfg
index 9f248723a..a25664490 100644
--- a/app/proguard.cfg
+++ b/app/proguard.cfg
@@ -105,3 +105,6 @@
# for ViewPageIndicator problems (https://github.com/JakeWharton/ViewPagerIndicator/issues/366):
-dontwarn com.viewpagerindicator.LinePageIndicator
+
+# for some reason ProGuard removes this file. Why? Unsure.
+-keep class de.danoeh.antennapod.core.cast.SwitchableMediaRouteActionProvider { *; } \ No newline at end of file