aboutsummaryrefslogtreecommitdiff
path: root/proguard.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.cfg')
-rw-r--r--proguard.cfg14
1 files changed, 13 insertions, 1 deletions
diff --git a/proguard.cfg b/proguard.cfg
index b7df6dcf..7db1cdbd 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -45,4 +45,16 @@
-keep class android.support.v7.app.MediaRouteButton { *; }
--dontwarn android.support.** \ No newline at end of file
+-dontwarn android.support.**
+
+# DLNA/Cling
+-keep class org.fourthline.cling.android.AndroidUpnpServiceImpl { *; }
+-dontwarn javax.**
+-dontwarn org.objectweb.**
+-dontwarn org.slf4j.**
+-dontwarn org.mortbay.**
+-dontwarn org.fourthline.**
+-dontwarn org.seamless.**
+-dontwarn org.eclipse.**
+-dontwarn java.**
+-keepattributes *Annotation*, InnerClasses \ No newline at end of file