Fix crash with androidx appcompat 1.1.0#482
Fix crash with androidx appcompat 1.1.0#482benoitletondor wants to merge 1 commit intoroomorama:masterfrom
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