Browse Source

add proguard rule for OpenPGP

main
Distopico Vegan 5 years ago
parent
commit
080bc6151a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/proguard-rules.pro

+ 3
- 0
app/proguard-rules.pro View File

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

Loading…
Cancel
Save