From f6c8cce29604b137680a31b115d63dbe8fedca3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:06:15 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.15.0 to 1.16.0 Bumps androidx.core:core-ktx from 1.15.0 to 1.16.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.16.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 3cd828c..6664e06 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ android { dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.1.20")) - implementation("androidx.core:core-ktx:1.15.0") + implementation("androidx.core:core-ktx:1.16.0") // Compose BOM (Bill of Materials) implementation(platform("androidx.compose:compose-bom:2025.03.01"))