diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-01-24 17:49:51 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-01-24 17:49:51 -0800 |
commit | cde390b7ed975c620c4aa3cb3336214313971a7d (patch) | |
tree | 22025157fdd87727c7f276a949dcf4d95ff11a32 | |
parent | 467cf2fa985c2125c37c83b7f309c9935d5841e2 (diff) | |
download | dsub-cde390b7ed975c620c4aa3cb3336214313971a7d.tar.gz dsub-cde390b7ed975c620c4aa3cb3336214313971a7d.tar.bz2 dsub-cde390b7ed975c620c4aa3cb3336214313971a7d.zip |
Drop another ~200kb from proguard
-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.**
|