From ee238b11e87ccc69861463ca7e0606643851a379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:54:32 +0000 Subject: [PATCH] Bump com.android.tools:desugar_jdk_libs in /android-refimpl-app Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 1.2.2 to 2.1.4. - [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/desugar_jdk_libs/commits) --- updated-dependencies: - dependency-name: com.android.tools:desugar_jdk_libs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index 3c28f21c..08deb6e3 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -281,7 +281,7 @@ android { dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(path: ':native-audio-jni') implementation project(path: ':loggingstdout')