-
Notifications
You must be signed in to change notification settings - Fork 531
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
Fix crash with androidx appcompat 1.1.0 #482
base: master
Are you sure you want to change the base?
Conversation
im having the same issue with androidX...please help |
@kevintorch I ended up forking the repo and applied the exact same fix as in the PR and it works. You can do the same before it's merged ;) |
@benoitletondor Can you please guide on how to include these changes by forking the library. Should I import this as a module? (Will I have to migrate this module to androidX too?) |
@Protino that's exactly what I did. Migrating it to androidX only took a few minutes, it's not complicated |
For anyone looking for this fix without the trouble of doing it manually, I've released it here as a separate library: https://github.com/vpotvin/CaldroidX since this original library has not seen an update in 4 years. |
Wonderful, I was blocked that bug since 2 two days. Changing the dependencies made immediately every things work perfectly !!! Thank you for all. |
This prevents a crash with appcompat 1.1.0.
Exception thrown:
Associated google tracker issue: https://issuetracker.google.com/issues/135764330