From 372c7b93826045c875a63258c904b3e0a9d9c4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:12:20 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.6.2 to 1.8.5 Bumps androidx.fragment:fragment-ktx from 1.6.2 to 1.8.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 7f04ea9..e8f11c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation rootProject.ext.appcompat implementation "androidx.preference:preference-ktx:1.2.1" implementation "com.google.android.material:material:1.9.0" - implementation "androidx.fragment:fragment-ktx:1.6.2" + implementation "androidx.fragment:fragment-ktx:1.8.5" implementation rootProject.ext.core implementation rootProject.ext.constraintLayout implementation rootProject.ext.dagger