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"