From 8bd6b5d09f378259ef8267ce4cbcd49725505f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:01:10 +0000 Subject: [PATCH] Build(deps): Bump androidx.core:core-ktx from 1.16.0 to 1.17.0 Bumps androidx.core:core-ktx from 1.16.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 fe188da..124e65c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -40,7 +40,7 @@ android { dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.10")) - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") // Compose BOM (Bill of Materials) implementation(platform("androidx.compose:compose-bom:2025.08.00"))