From b871bcbd23420f3d8ce709372f2b9723c6294b47 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 14 Jun 2019 13:47:41 +0200 Subject: fix R8 exclusion --- app/proguard-rules.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 53380f1..5100915 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,5 +1,5 @@ # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon -# Copyright (C) 2017-2018 Pacien TRAN-GIRARD +# Copyright (C) 2017-2019 Pacien TRAN-GIRARD # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +-keep class org.apache.commons.** { *; } -keep class org.bouncycastle.** -keep class ch.qos.** { *; } -keep class org.slf4j.** { *; } -- cgit v1.2.3