From 2098b236b0dd5175229e3c17d5578e98113f7bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:33:58 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.8.0 to 1.15.0 Bumps androidx.core:core-ktx from 1.8.0 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx 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 1c036f4..d0a80a0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation(platform("com.google.firebase:firebase-bom:33.5.1")) implementation("androidx.constraintlayout:constraintlayout:2.1.4") - implementation("androidx.core:core-ktx:1.8.0") + implementation("androidx.core:core-ktx:1.15.0") implementation("androidx.appcompat:appcompat:1.4.2") implementation("com.google.android.material:material:1.6.1") implementation("androidx.compose.ui:ui:$composeVersion")