diff --git a/app/build.gradle b/app/build.gradle index bbc10f6..da2bd61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,10 +87,10 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.activity:activity-compose:1.8.2' - def compose = "1.6.2" + def compose = "1.6.4" implementation "androidx.compose.ui:ui:$compose" - implementation "androidx.compose.foundation:foundation:1.6.2" - implementation "androidx.compose.material:material:1.6.2" + implementation "androidx.compose.foundation:foundation:1.6.4" + implementation "androidx.compose.material:material:1.6.4" implementation "androidx.compose.ui:ui-tooling:$compose" implementation 'androidx.appcompat:appcompat:1.6.1'