From b8e98047933d762180976e1cdbd36031a72152cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 12:46:22 +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.6 to 1.8.7 --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-version: 1.8.7 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 0940848..43a06ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.fragment:fragment-ktx:1.8.6' + implementation 'androidx.fragment:fragment-ktx:1.8.7' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'