mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 02:05:36 +00:00
Fixed S/MIME release
This commit is contained in:
parent
6c629c1349
commit
0f6a572117
1 changed files with 2 additions and 0 deletions
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
@ -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.**
|
||||
|
|
Loading…
Reference in a new issue