Update Proguard config to keep XOAuth2Response
This commit is contained in:
parent
9905f0ae28
commit
04dd7f5e3c
1 changed files with 2 additions and 0 deletions
2
app-k9mail/proguard-rules.pro
vendored
2
app-k9mail/proguard-rules.pro
vendored
|
@ -39,6 +39,8 @@
|
|||
public <init>(android.content.Context);
|
||||
}
|
||||
|
||||
-keep class com.fsck.k9.mail.oauth.XOAuth2Response { *; }
|
||||
|
||||
# okhttp rules
|
||||
# see: https://github.com/square/okhttp/blob/master/okhttp/src/main/resources/META-INF/proguard/okhttp3.pro
|
||||
|
||||
|
|
Loading…
Reference in a new issue