diff --git a/app/build.gradle b/app/build.gradle index 8c56e08..dc2ad47 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,8 +71,8 @@ dependencies { implementation 'androidx.core:core-ktx:1.17.0' implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.activity:activity-compose:1.12.1' - def composeBom = platform('androidx.compose:compose-bom:2025.12.00') + implementation 'androidx.activity:activity-compose:1.12.2' + def composeBom = platform('androidx.compose:compose-bom:2025.12.01') implementation composeBom implementation "androidx.compose.ui:ui" implementation "androidx.compose.foundation:foundation"