From 7f4b2aa4f6bf70a568067f04ce30b6938b224ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:12:54 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.3.4 to 1.8.8 Bumps androidx.fragment:fragment-ktx from 1.3.4 to 1.8.8. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-version: 1.8.8 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..9906841 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.8" implementation "androidx.recyclerview:recyclerview:1.2.0" implementation "androidx.core:core-ktx:1.5.0"