Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2022

This PR contains the following updates:

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

Release Notes

google/desugar_jdk_libs (com.android.tools:desugar_jdk_libs)

v2.1.5

  • Added support for Stream.toList(), which was added in JDK-16 and Android 14
    (API level 34).

v2.1.4

  • Fix Narrow non Standalone Week Names on some locales. SIMPLIFIED_CHINESE and
    TRADITIONAL_CHINESE is on the last code point convention for narrow format.
    This is a follow up to 2.1.3 using the same values as Standalone Week Names.

v2.1.3

  • Fix Narrow Standalone Week Names on some locales. SIMPLIFIED_CHINESE and
    TRADITIONAL_CHINESE is on the last code point convention for narrow format.
    See issue 300128109

v2.1.2

  • Added support for standalone weekday names. Before they were returned as
    numbers 1 through 7.
    See issue 362277530

v2.1.1

v2.1.0

  • Support default method java.util.Collection#toArray(java.util.function.IntFunction).
  • Improve collection wrapping through java.util.Collections.
    See c01a5446ca13586b801dbba4d83c6821337b3cc2 for implementation details.
  • Requires AGP version 8.0.0 or later (Android Studio 2022.2.1 stable).

v2.0.4

  • Better support for "stand-alone" month names ("LLLL" format).
    See (issue 160113376)
    for details.
  • Added support for java.util.Base64 introduced in API level 26
  • Workaround for some non ASCII characters
    (issue 293388944)

v2.0.3

  • Improved lint information including fields.
  • Update to Android U APIs.

v2.0.2

  • Disable desugaring of ConcurrentLinkedQueue. It requires desugaring of
    VarHandle which is not present in AGP version 7.4.x
    (issue 72683872)

v2.0.1

  • 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

  • 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.

v1.2.3

  • Improved lint information including fields.
  • Update to Android U APIs.

v1.2.2

  • Add support for API level 33.

v1.2.0

  • Release based on JDK-11. Require AGP version 7.3.0-beta03 or later
    (Android Studio 2021.3.1).
  • support for all java.util methods added in API level 31 (classes
    java.util.Duration and java.util.LocalTime).
  • Support for all methods on java.util.concurrent.ConcurrentHashMap.
  • Added class java.util.concurrent.Flow.

v1.1.9

  • Improved lint information including fields.
  • Update to Android U APIs.

v1.1.8

Same as in version 1.2.2 above.

v1.1.6

  • Update version to 1.1.6 to get configuration with fix for j$.time
    serialization issues
    (issue 235932415).

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch from 92c74a4 to 0dc6674 Compare March 22, 2023 23:26
@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch from 0dc6674 to 008543d Compare March 31, 2023 12:32
@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch from 008543d to 144c27d Compare November 2, 2023 12:51
@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch 2 times, most recently from 9f356c7 to 8fa6324 Compare August 28, 2024 14:05
@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch from 8fa6324 to f7e692a Compare September 4, 2024 11:05
@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch from f7e692a to 609dbfc Compare November 7, 2024 10:05
@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch from 609dbfc to 51f2323 Compare December 20, 2024 10:05
@renovate renovate bot force-pushed the renovate/com.android.tools-desugar_jdk_libs-2.x branch from 51f2323 to 036f202 Compare February 25, 2025 11:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants