1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-12 17:35:03 +00:00

AppAuth proguard rules

This commit is contained in:
M66B 2019-12-21 21:55:28 +01:00
parent 57aaf35118
commit a5140e700f

View file

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