From c620833fbcb7cd81fad8c6fc8401bbbb0da06cfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:55:06 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.13.1 --- 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 5f7390c..1153233 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -64,7 +64,7 @@ android { dependencies { val compose_ui_version = "1.2.0" - implementation("androidx.core:core-ktx:1.10.0") + implementation("androidx.core:core-ktx:1.13.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1") implementation("androidx.activity:activity-compose:1.7.1") implementation("androidx.compose.ui:ui:$compose_ui_version")