From 2bbde8c705a2b6787957a3b0cf5b1923ee317486 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=AD?= <mvdan@mvdan.cc>
Date: Tue, 6 Oct 2015 14:15:24 +0200
Subject: [PATCH] Don't keep all of libsuperuser

These keeps are to keep swap working, which depends on libraries that use
reflection and other stuff that proguard breaks. libsuperuser is not used by
swap though, and doesn't have those issues.
---
 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 ffd1aa552..7e2982e31 100644
--- a/F-Droid/proguard-rules.pro
+++ b/F-Droid/proguard-rules.pro
@@ -21,7 +21,6 @@
 -keep class kellinwood.** {*;}
 -keep class javax.jmdns.** {*;}
 -keep class org.spongycastle.** {*;}
--keep class eu.chainfire.** {*;}
 
 # This keeps class members used for SystemInstaller IPC.
 #   Reference: https://gitlab.com/fdroid/fdroidclient/issues/79