From 8b248bd71e23e06f9887a4aa67e772241329409d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 18:03:38 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.3.4 to 1.8.7 Bumps androidx.fragment:fragment-ktx from 1.3.4 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-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..defebdf 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.7" implementation "androidx.recyclerview:recyclerview:1.2.0" implementation "androidx.core:core-ktx:1.5.0"