From 63e2663e3b7380d6de87a9fe90b48015a2e15042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:44:09 +0000 Subject: [PATCH] Build(deps): Bump androidx.core:core-ktx from 1.17.0 to 1.18.0 Bumps androidx.core:core-ktx from 1.17.0 to 1.18.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.18.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 6f7c21d..4181bf3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -42,7 +42,7 @@ android { dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.10")) - implementation("androidx.core:core-ktx:1.17.0") + implementation("androidx.core:core-ktx:1.18.0") // Compose BOM (Bill of Materials) implementation(platform("androidx.compose:compose-bom:2026.02.01"))