1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-03 10:16:45 +00:00

Fixed S/MIME release

This commit is contained in:
M66B 2019-12-03 07:39:42 +01:00
parent 6c629c1349
commit 0f6a572117

View file

@ -80,6 +80,8 @@
-keepclassmembers enum * {*;} #GSON
#Bouncy castle
-keep class org.bouncycastle.** {*;}
-keepnames class org.bouncycastle.* {*;}
-dontwarn org.bouncycastle.cert.dane.**
-dontwarn org.bouncycastle.jce.provider.**
-dontwarn org.bouncycastle.x509.util.**