summaryrefslogtreecommitdiff
path: root/app/proguard.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'app/proguard.cfg')
-rw-r--r--app/proguard.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/proguard.cfg b/app/proguard.cfg
index 19ae36f36..a25664490 100644
--- a/app/proguard.cfg
+++ b/app/proguard.cfg
@@ -64,7 +64,7 @@
-keep class android.support.v4.** { *; }
-keep interface android.support.v4.** { *; }
--keep class android.support.v7.** { *; }
+-keep class !android.support.v7.internal.view.menu.**,android.support.v7.** {*;}
-keep interface android.support.v7.** { *; }
-dontwarn android.support.v4.**
-dontwarn android.support.v7.**
@@ -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