From 8d75e87c6bfcb9fd1f87ca570a7350b5c0097422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= <mvdan@mvdan.cc> Date: Tue, 6 Oct 2015 14:19:05 +0200 Subject: [PATCH] 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. --- F-Droid/proguard-rules.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/F-Droid/proguard-rules.pro b/F-Droid/proguard-rules.pro index 7e2982e31..116e81d5b 100644 --- a/F-Droid/proguard-rules.pro +++ b/F-Droid/proguard-rules.pro @@ -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.