mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +00:00
Added proguard rule for OpenPGP
This commit is contained in:
parent
7e89007381
commit
020c387402
1 changed files with 3 additions and 0 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
@ -56,3 +56,6 @@
|
|||
#dnsjava
|
||||
-keep class org.xbill.DNS.** {*;}
|
||||
-dontwarn sun.net.spi.nameservice.**
|
||||
|
||||
#OpenPGP
|
||||
-keep class org.openintents.openpgp.** {*;}
|
||||
|
|
Loading…
Reference in a new issue