Skip to content

Commit

Permalink
Bump desugar JDK library to v2.0.4 (#4843)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.android.tools:desugar_jdk_libs](https://togithub.com/google/desugar_jdk_libs)
| `1.2.3` -> `2.0.4` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools:desugar_jdk_libs/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.android.tools:desugar_jdk_libs/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.android.tools:desugar_jdk_libs/1.2.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.tools:desugar_jdk_libs/1.2.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>google/desugar_jdk_libs
(com.android.tools:desugar_jdk_libs)</summary>

###
[`v2.0.4`](https://togithub.com/google/desugar_jdk_libs/blob/HEAD/CHANGELOG.md#Version-204--2023-11-01-)

-   Better support for "stand-alone" month names ("LLLL" format).
    See ([issue 160113376](https://issuetracker.google.com/160113376))
    for details.
-   Added support for `java.util.Base64` introduced in API level 26
-   Workaround for some non ASCII characters
    ([issue 293388944](https://issuetracker.google.com/293388944))

###
[`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`.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 12am and before 2am on the
first day of the month" in timezone Asia/Kolkata, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/simpledotorg/simple-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sasikanth Miriyampalli <[email protected]>
  • Loading branch information
renovate[bot] and msasikanth authored Mar 22, 2024
1 parent dea77b5 commit 2cca93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Internal

- Bump AGP to v8.3.1
- Bump desugar JDK library to v2.0.4

## 2024-01-08-8979

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ksp = "1.9.10-1.0.13"
sqlCipher = "4.5.4"

[libraries]
android-desugaring = "com.android.tools:desugar_jdk_libs:1.2.3"
android-gradle-plugin = "com.android.tools.build:gradle:8.3.1"
android-desugaring = "com.android.tools:desugar_jdk_libs:2.0.4"

androidx-annotation-annotation = "androidx.annotation:annotation:1.5.0"

Expand Down

0 comments on commit 2cca93b

Please sign in to comment.