diff options
-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.** { *; } |