diff options
author | pacien | 2019-06-14 13:47:41 +0200 |
---|---|---|
committer | pacien | 2019-06-14 13:47:41 +0200 |
commit | b871bcbd23420f3d8ce709372f2b9723c6294b47 (patch) | |
tree | ef4e5793e8fc98adc71ab4756bd0293d2fba55da /app | |
parent | e5a54a768476d1ea80574a53b118f79825e78a56 (diff) | |
download | tincapp-b871bcbd23420f3d8ce709372f2b9723c6294b47.tar.gz |
fix R8 exclusion
Diffstat (limited to 'app')
-rw-r--r-- | app/proguard-rules.pro | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2019 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
@@ -14,6 +14,7 @@ | |||
14 | # You should have received a copy of the GNU General Public License | 14 | # You should have received a copy of the GNU General Public License |
15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. | 15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
16 | 16 | ||
17 | -keep class org.apache.commons.** { *; } | ||
17 | -keep class org.bouncycastle.** | 18 | -keep class org.bouncycastle.** |
18 | -keep class ch.qos.** { *; } | 19 | -keep class ch.qos.** { *; } |
19 | -keep class org.slf4j.** { *; } | 20 | -keep class org.slf4j.** { *; } |