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

Fixed R8 warnings

This commit is contained in:
M66B 2020-12-28 09:57:07 +01:00
parent 2bda67f91c
commit 22da1ad4ac

View file

@ -88,6 +88,7 @@
#biweekly #biweekly
-keepnames class biweekly.** {*;} -keepnames class biweekly.** {*;}
-dontwarn biweekly.io.json.** -dontwarn biweekly.io.json.**
-dontwarn com.fasterxml.jackson.**
#MSAL #MSAL
-keep class com.microsoft.aad.adal.** {*;} -keep class com.microsoft.aad.adal.** {*;}