diff --git a/app/build.gradle b/app/build.gradle index 03cb2e3..792d355 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.2' - def compose = "1.6.1" + def compose = "1.6.2" implementation "androidx.compose.ui:ui:$compose" - implementation "androidx.compose.foundation:foundation:1.6.1" - implementation "androidx.compose.material:material:1.6.1" + implementation "androidx.compose.foundation:foundation:1.6.2" + implementation "androidx.compose.material:material:1.6.2" implementation "androidx.compose.ui:ui-tooling:$compose" implementation 'androidx.appcompat:appcompat:1.6.1'