From 82f407ccc2541c37b5f3181066f1568632c5575f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:22:27 +0000 Subject: [PATCH] Bump core-ktx from 1.5.0 to 1.8.0 Bumps core-ktx from 1.5.0 to 1.8.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..1faf3dd 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.8.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }