diff options
Diffstat (limited to 'proguard.cfg')
-rw-r--r-- | proguard.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proguard.cfg b/proguard.cfg index 7db1cdbd..3ecb1b47 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -48,7 +48,8 @@ -dontwarn android.support.**
# DLNA/Cling
--keep class org.fourthline.cling.android.AndroidUpnpServiceImpl { *; }
+-keep class org.fourthline.cling.** { *; }
+-keep interface org.fourthline.cling.** { *; }
-dontwarn javax.**
-dontwarn org.objectweb.**
-dontwarn org.slf4j.**
|