mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-12 09:26:07 +00:00
AppAuth proguard rules
This commit is contained in:
parent
57aaf35118
commit
a5140e700f
1 changed files with 5 additions and 0 deletions
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
@ -86,6 +86,10 @@
|
|||
-dontwarn org.bouncycastle.jce.provider.**
|
||||
-dontwarn org.bouncycastle.x509.util.**
|
||||
|
||||
#AppAuth
|
||||
-keep class net.openid.appauth.** {*;}
|
||||
-keepnames class net.openid.appauth.* {*;}
|
||||
|
||||
#Notes
|
||||
-dontnote com.google.android.material.**
|
||||
-dontnote com.sun.mail.**
|
||||
|
@ -95,3 +99,4 @@
|
|||
-dontnote com.github.chrisbanes.photoview.**
|
||||
-dontnote com.bugsnag.android.**
|
||||
-dontnote biweekly.io.**
|
||||
|
||||
|
|
Loading…
Reference in a new issue