Skip to content

Conversation

@thellmund
Copy link
Owner

Resolves: #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.

As a consequence, the minSdkVersion for this module has been reduced
from 26 to 21.
@thellmund thellmund marked this pull request as ready for review February 14, 2021 09:54
@thellmund thellmund merged commit a01d73d into master Feb 14, 2021
@thellmund thellmund deleted the th/core-library-desugaring-in-jsr310-module branch February 14, 2021 09:55
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

Successfully merging this pull request may close these issues.

Why not use java desugaring lib for using java8 date time on API < 26

2 participants