thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 98 forks source link

Use core library desugaring in JSR310 module #231

Closed thellmund closed 3 years ago

thellmund commented 3 years ago

Resolves: https://github.com/thellmund/Android-Week-View/issues/228

This pull request adds core library desugaring in the jsr310 module. This allows the usage of java.time.* starting with API 21 instead of API 26.