diff --git a/app/build.gradle b/app/build.gradle index f64e891..b160202 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'androidx.activity:activity-compose:1.13.0' - def composeBom = platform('androidx.compose:compose-bom:2026.08.00') + def composeBom = platform('androidx.compose:compose-bom:2026.09.00') implementation composeBom implementation "androidx.compose.ui:ui" implementation "androidx.compose.foundation:foundation"