Don't keep all of jmdns

It is used as part of swap, but the library never caused any proguard issues
and there is no reason to think it should. The issues came from zipsigner and
its use of spongycastle.
This commit is contained in:
Daniel Martí 2015-10-06 14:19:05 +02:00
parent 2bbde8c705
commit 8d75e87c6b

View File

@ -19,7 +19,6 @@
# removed, proguard will strip classes which are required, which may result in
# crashes.
-keep class kellinwood.** {*;}
-keep class javax.jmdns.** {*;}
-keep class org.spongycastle.** {*;}
# This keeps class members used for SystemInstaller IPC.