Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs proguard entry #132

Open
slowcar opened this issue Dec 13, 2024 · 2 comments
Open

Needs proguard entry #132

slowcar opened this issue Dec 13, 2024 · 2 comments

Comments

@slowcar
Copy link

slowcar commented Dec 13, 2024

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.

@mangstadt
Copy link
Owner

How would you suggest doing this?

See also: #98

@slowcar
Copy link
Author

slowcar commented Dec 17, 2024

Ah sorry, i did not see the existing issues.
https://developer.android.com/studio/projects/android-library
section "A library module might include its own ProGuard configuration file"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants