mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 00:06:27 +00:00
Added OpenPGP proguard rules
This commit is contained in:
parent
e8032df960
commit
c7ccd0c148
2 changed files with 4 additions and 1 deletions
Binary file not shown.
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
@ -45,4 +45,7 @@
|
|||
-keeppackagenames org.jsoup.nodes
|
||||
|
||||
#JCharset
|
||||
-keep class net.freeutils.charset.**
|
||||
-keep class net.freeutils.charset.**
|
||||
|
||||
#OpenPGP
|
||||
-keep class org.openintents.openpgp.**
|
||||
|
|
Loading…
Reference in a new issue