From c5a29034a415515db27edb4337c61707c73a88f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:14:46 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.4 to 1.5.1 Bumps fragment-ktx from 1.3.4 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx 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..f19cd10 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.5.1" implementation "androidx.recyclerview:recyclerview:1.2.0" implementation "androidx.core:core-ktx:1.5.0"