android / health-samples

Apache License 2.0
253 stars 146 forks source link

Update dependency com.android.tools:desugar_jdk_libs to v2 #163

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.android.tools:desugar_jdk_libs 1.2.3 -> 2.0.3 age adoption passing confidence

Release Notes

google/desugar_jdk_libs (com.android.tools:desugar_jdk_libs) ### [`v2.0.3`](https://togithub.com/google/desugar_jdk_libs/blob/HEAD/CHANGELOG.md#Version-203--2023-03-29-) - Improved lint information including fields. - Update to Android U APIs. ### [`v2.0.2`](https://togithub.com/google/desugar_jdk_libs/blob/HEAD/CHANGELOG.md#Version-202--2023-02-02-) - Disable desugaring of `ConcurrentLinkedQueue`. It requires desugaring of `VarHandle` which is not present in AGP version 7.4.x ([issue 72683872](https://issuetracker.google.com/72683872)) ### [`v2.0.1`](https://togithub.com/google/desugar_jdk_libs/blob/HEAD/CHANGELOG.md#Version-201--2023-01-27-) - Updated the JDK-11 based release fixing multiple issues. Version 2.0.0 should be considered a beta release. - Require AGP version 7.4.0 or later (Android Studio 2022.1.1 stable). ### [`v2.0.0`](https://togithub.com/google/desugar_jdk_libs/blob/HEAD/CHANGELOG.md#Version-200--2022-09-16-) - Release based on JDK-11. Require AGP version 7.4.0-alpha10 or later (Android Studio 2022.1.1). - Supports three different configurations `desugar_jdk_libs_minimal`, `desugar_jdk_libs` and `desugar_jdk_libs_nio`. - `desugar_jdk_libs_minimal` limits desugaring to package `java.util.function` and class `java.util.Optional`. - `desugar_jdk_libs` desugars the same APIs as in version `1.1.x` and `1.2.x`. - `desugar_jdk_libs_nio` includes desugaring of package `java.nio`.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.