From 7482a21402b0eac4831f2081c1f4b573d0b83f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 22:10:47 +0000 Subject: [PATCH] Bump core-ktx from 1.5.0 to 1.6.0 Bumps core-ktx from 1.5.0 to 1.6.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..b2cae88 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.6.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }