diff --git a/app/build.gradle b/app/build.gradle index 3c8ac0e..296a133 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,10 +86,10 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.activity:activity-compose:1.8.0' - def compose = "1.5.3" + def compose = "1.5.4" implementation "androidx.compose.ui:ui:$compose" - implementation "androidx.compose.foundation:foundation:1.5.3" - implementation "androidx.compose.material:material:1.5.3" + implementation "androidx.compose.foundation:foundation:1.5.4" + implementation "androidx.compose.material:material:1.5.4" implementation "androidx.compose.ui:ui-tooling:$compose" implementation 'androidx.appcompat:appcompat:1.6.1'