From 7eb6006f280157fe993a4365b50137f954012ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:54:55 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx in the gradle group Bumps the gradle group with 1 update: androidx.fragment:fragment-ktx. Updates `androidx.fragment:fragment-ktx` from 1.8.5 to 1.8.6 --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx 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 d1e498f..8c2e604 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.fragment:fragment-ktx:1.8.5' + implementation 'androidx.fragment:fragment-ktx:1.8.6' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'