From e0780895912f10590aa0dcb881179df9f37966a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:50:46 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.8.4 to 1.8.5 Bumps androidx.fragment:fragment-ktx from 1.8.4 to 1.8.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx 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 72c9788..d67b7a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.fragment:fragment-ktx:1.8.4' + implementation 'androidx.fragment:fragment-ktx:1.8.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'