From e242e08cfee1a31f6888e526b19227f72311d117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:00:18 +0000 Subject: [PATCH] deps(deps): bump androidx.core:core-ktx from 1.12.0 to 1.17.0 Bumps androidx.core:core-ktx from 1.12.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] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index adf937c..886d28b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -92,7 +92,7 @@ android { dependencies { // AndroidX Core - implementation("androidx.core:core-ktx:1.12.0") + implementation("androidx.core:core-ktx:1.17.0") implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0")