From 9b750291d1936b4451160d9f4183f169c5714b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Mon, 15 Mar 2021 18:29:59 +0100 Subject: [PATCH] Remove proguard rule that we do not need after all --- briar-android/proguard-rules.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/briar-android/proguard-rules.txt b/briar-android/proguard-rules.txt index bd42e2ec4..6299556b6 100644 --- a/briar-android/proguard-rules.txt +++ b/briar-android/proguard-rules.txt @@ -42,4 +42,3 @@ -keep class javax.inject.** -keep class com.sun.jna.** { *; } --keep class * implements com.sun.jna.** { *; }