diff --git a/app/build.gradle b/app/build.gradle index 47c8d78..240b289 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.01') + def composeBom = platform('androidx.compose:compose-bom:2026.04.01') implementation composeBom implementation "androidx.compose.ui:ui" implementation "androidx.compose.foundation:foundation" @@ -86,7 +86,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle" implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle" - def nav3Core = "1.0.1" + def nav3Core = "1.1.1" implementation "androidx.navigation3:navigation3-runtime:$nav3Core" implementation "androidx.navigation3:navigation3-ui:$nav3Core" implementation "androidx.lifecycle:lifecycle-viewmodel-navigation3:2.10.0"