diff --git a/app/build.gradle b/app/build.gradle index e89a004..47c8d78 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.activity:activity-compose:1.13.0' - def composeBom = platform('androidx.compose:compose-bom:2026.03.00') + def composeBom = platform('androidx.compose:compose-bom:2026.03.01') implementation composeBom implementation "androidx.compose.ui:ui" implementation "androidx.compose.foundation:foundation"