From b43e904fe713d116e763e9c321aab28e0a5a20d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:43:52 +0000 Subject: [PATCH] Update Update Androidx --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1a69efe..e89a004 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,10 +69,10 @@ dependencies { def coroutines_version = "1.10.2" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.activity:activity-compose:1.12.4' - def composeBom = platform('androidx.compose:compose-bom:2026.02.01') + implementation 'androidx.activity:activity-compose:1.13.0' + def composeBom = platform('androidx.compose:compose-bom:2026.03.00') implementation composeBom implementation "androidx.compose.ui:ui" implementation "androidx.compose.foundation:foundation"