Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7dbf2c

Browse files
committed
Prepare for jdk-11 based desugared library version 2.1.0
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
1 parent 6046d7b commit c7dbf2c

7 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 2.1.0 *(2024-07-31)*
5+
----------------------------
6+
7+
* Support default method `java.util.Collection#toArray(java.util.function.IntFunction)`.
8+
* Improve collection wrapping through `java.util.Collections`.
9+
See [c01a5446ca13586b801dbba4d83c6821337b3cc2](https://github.com/google/desugar_jdk_libs/commit/c01a5446ca13586b801dbba4d83c6821337b3cc2) for implementation details.
10+
* Requires AGP version 8.0.0 or later (Android Studio 2022.2.1 stable).
11+
412
Version 2.0.4 *(2023-11-01)*
513
----------------------------
614

DEPENDENCIES_JDK11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Dependencies to add when releasing as JDK 11 based Maven artifact.
2-
com.android.tools:desugar_jdk_libs_configuration:2.0.4
2+
com.android.tools:desugar_jdk_libs_configuration:2.1.0

DEPENDENCIES_JDK11_MINIMAL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Dependencies to add when releasing as JDK 11 based Maven artifact.
2-
com.android.tools:desugar_jdk_libs_configuration_minimal:2.0.4
2+
com.android.tools:desugar_jdk_libs_configuration_minimal:2.1.0

DEPENDENCIES_JDK11_NIO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Dependencies to add when releasing as JDK 11 based Maven artifact.
2-
com.android.tools:desugar_jdk_libs_configuration_nio:2.0.4
2+
com.android.tools:desugar_jdk_libs_configuration_nio:2.1.0

VERSION_JDK11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version for releasing JDK 11 based Maven artifact.
2-
2.0.4
2+
2.1.0

VERSION_JDK11_MINIMAL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version for releasing JDK 11 based Maven artifact.
2-
2.0.4
2+
2.1.0

VERSION_JDK11_NIO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version for releasing JDK 11 based Maven artifact.
2-
2.0.4
2+
2.1.0

0 commit comments

Comments
 (0)