You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing ics files fails in a release build, but succeeds in a debug build.
Adding
-keep class biweekly** {*;}
in proguard-rules.pro
fixed the issue.
I suggest to add the proguard rule(s) to the library.
The text was updated successfully, but these errors were encountered:
Parsing ics files fails in a release build, but succeeds in a debug build.
Adding
-keep class biweekly** {*;}
in proguard-rules.pro
fixed the issue.
I suggest to add the proguard rule(s) to the library.
The text was updated successfully, but these errors were encountered: