From 5f474b57ed43283280937524de7c5854dfcb4242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:21:42 +0000 Subject: [PATCH] Bump com.android.tools:desugar_jdk_libs from 2.1.2 to 2.1.3 Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.1.2 to 2.1.3. - [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-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 897be69..22386c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.12.0' - coreLibraryDesugaring ('com.android.tools:desugar_jdk_libs:2.1.2') + coreLibraryDesugaring ('com.android.tools:desugar_jdk_libs:2.1.3') implementation "com.github.skydoves:colorpickerview:2.3.0" implementation 'me.tankery.lib:circularSeekBar:1.4.2'