1
0
Fork 0
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:
M66B 2018-10-31 18:28:26 +00:00
parent 7e89007381
commit 020c387402

View file

@ -56,3 +56,6 @@
#dnsjava
-keep class org.xbill.DNS.** {*;}
-dontwarn sun.net.spi.nameservice.**
#OpenPGP
-keep class org.openintents.openpgp.** {*;}