Fixed S/MIME release

This commit is contained in:
M66B 2019-12-03 07:39:42 +01:00
parent 6c629c1349
commit 0f6a572117
1 changed files with 2 additions and 0 deletions

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.**