diff options
-rw-r--r-- | proguard.cfg | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/proguard.cfg b/proguard.cfg index a6af355a..7db1cdbd 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -47,11 +47,8 @@ -dontwarn android.support.**
-# DLNA, needs to be stripped down to only what we need
--keep class org.fourthline.** { *; }
--keep interface org.fourthline.** { *; }
--keep class org.objectweb.** { *; }
--keep interface org.objectweb.** { *; }
+# DLNA/Cling
+-keep class org.fourthline.cling.android.AndroidUpnpServiceImpl { *; }
-dontwarn javax.**
-dontwarn org.objectweb.**
-dontwarn org.slf4j.**
|