From d6adc381248887d43aee3435f542973be811b8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:12:37 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.5.0 to 1.17.0 Bumps androidx.core:core-ktx from 1.5.0 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 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..631641c 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.17.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }