Open jpage4500 opened 10 months ago
It may be failing because jackson-core requires Java 8, and some Android projects are not compatible with Java 8.
If your project does not use JSON-encoded iCals, then you can safely exclude the dependency from your build.
Hi, I have an Android project which uses biweekly to parse iCal URL's.
When I updated the library to use 0.6.8 my build fails with the error below. Any ideas how I can fix this? I know there isn't a lot to go on but wanted to ask in case anyone has an idea
I include the library in my projects build.gradle file:
The ONLY change I made was updating the biweekly library