From 32a445c65dfe863dc4272c9a08f2559189795e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 22:11:31 +0000 Subject: [PATCH] Bump core-ktx from 1.5.0 to 1.7.0 Bumps core-ktx from 1.5.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-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..d8d2790 100644 --- a/codekit/build.gradle +++ b/codekit/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation "androidx.fragment:fragment-ktx:1.3.4" implementation "androidx.recyclerview:recyclerview:1.2.0" - implementation "androidx.core:core-ktx:1.5.0" + implementation "androidx.core:core-ktx:1.7.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }