Skip to content
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

Remove legacy support #484

Open
om26er opened this issue May 28, 2020 · 1 comment
Open

Remove legacy support #484

om26er opened this issue May 28, 2020 · 1 comment
Labels
Android Android specific issue enhancement

Comments

@om26er
Copy link
Contributor

om26er commented May 28, 2020

We don't need the legacy support script anymore. Android Studio 4.0 enables old Android versions to use CompleteableFuture, so we can now support them without any scripts/hackery. Without any maintenance effort.

See https://developer.android.com/studio/releases#4-0-0-desugar

@om26er
Copy link
Contributor Author

om26er commented May 28, 2020

Sorry that was a false alarm. While Android Studio 4.0 did enable more Java8 APIs in Android, some are still missing for us to complete the transition. Some APIs for java.util.concurrent are supported but not all (yet). We'll revisit this once that's the case. Upstream issue https://issuetracker.google.com/issues/153794291

@oberstet oberstet added Android Android specific issue enhancement labels May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android specific issue enhancement
Projects
None yet
Development

No branches or pull requests

2 participants