From d6da9e9b2fe3657d7e90c96f0933afbc9bbe2245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:41:19 +0000 Subject: [PATCH] Bump com.android.tools:desugar_jdk_libs in the gradle group Bumps the gradle group with 1 update: [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs). Updates `com.android.tools:desugar_jdk_libs` from 2.1.4 to 2.1.5 - [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 dependency-group: gradle ... 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 8c2e604..592cf1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.fragment:fragment-ktx:1.8.6' - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' // https://mvnrepository.com/artifact/com.amplifyframework/core implementation "com.amplifyframework:core:${amplify_version}"