Skip to content

Commit

Permalink
Prepare for jdk-11 based desugared library version 2.1.0
Browse files Browse the repository at this point in the history
Version 2.1.0 for Android Studio 2022.2.1 (AGP 8.0) and later.

* Support default method `java.util.Collection#toArray(java.util.function.IntFunction)`.
* Improve collection wrapping through `java.util.Collections`.
  See [c01a544](c01a544) for implementation details.

PiperOrigin-RevId: 657959326
  • Loading branch information
sgjesse committed Aug 1, 2024
1 parent 6046d7b commit c7dbf2c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 2.1.0 *(2024-07-31)*
----------------------------

* Support default method `java.util.Collection#toArray(java.util.function.IntFunction)`.
* Improve collection wrapping through `java.util.Collections`.
See [c01a5446ca13586b801dbba4d83c6821337b3cc2](https://github.com/google/desugar_jdk_libs/commit/c01a5446ca13586b801dbba4d83c6821337b3cc2) for implementation details.
* Requires AGP version 8.0.0 or later (Android Studio 2022.2.1 stable).

Version 2.0.4 *(2023-11-01)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES_JDK11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Dependencies to add when releasing as JDK 11 based Maven artifact.
com.android.tools:desugar_jdk_libs_configuration:2.0.4
com.android.tools:desugar_jdk_libs_configuration:2.1.0
2 changes: 1 addition & 1 deletion DEPENDENCIES_JDK11_MINIMAL.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Dependencies to add when releasing as JDK 11 based Maven artifact.
com.android.tools:desugar_jdk_libs_configuration_minimal:2.0.4
com.android.tools:desugar_jdk_libs_configuration_minimal:2.1.0
2 changes: 1 addition & 1 deletion DEPENDENCIES_JDK11_NIO.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Dependencies to add when releasing as JDK 11 based Maven artifact.
com.android.tools:desugar_jdk_libs_configuration_nio:2.0.4
com.android.tools:desugar_jdk_libs_configuration_nio:2.1.0
2 changes: 1 addition & 1 deletion VERSION_JDK11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version for releasing JDK 11 based Maven artifact.
2.0.4
2.1.0
2 changes: 1 addition & 1 deletion VERSION_JDK11_MINIMAL.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version for releasing JDK 11 based Maven artifact.
2.0.4
2.1.0
2 changes: 1 addition & 1 deletion VERSION_JDK11_NIO.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version for releasing JDK 11 based Maven artifact.
2.0.4
2.1.0

0 comments on commit c7dbf2c

Please sign in to comment.