From 9d80b057a25b566b2948e24c12a62ad1e8355877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:10:17 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.3.4 to 1.8.9 Bumps androidx.fragment:fragment-ktx from 1.3.4 to 1.8.9. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-version: 1.8.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- codekit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codekit/build.gradle b/codekit/build.gradle index 108084b..b37f45a 100644 --- a/codekit/build.gradle +++ b/codekit/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation "com.google.android.material:material:1.3.0" implementation "androidx.appcompat:appcompat:1.3.0" - implementation "androidx.fragment:fragment-ktx:1.3.4" + implementation "androidx.fragment:fragment-ktx:1.8.9" implementation "androidx.recyclerview:recyclerview:1.2.0" implementation "androidx.core:core-ktx:1.5.0"