Update Proguard config to not strip important crypto interface classes

Fixes #3215
This commit is contained in:
cketti 2018-02-25 18:44:11 +01:00
parent 2994da93fa
commit 1618b6fc8a

View file

@ -21,3 +21,5 @@
-dontnote com.fsck.k9.PRNGFixes
-dontnote com.fsck.k9.ui.messageview.**
-dontnote com.fsck.k9.view.**
-keep public class org.openintents.openpgp.**