diff --git a/app/build.gradle b/app/build.gradle index 968de1b1..7b2e63d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ dependencies { // AndroidX Compose implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.foundation:foundation:$compose_version" - implementation "androidx.compose.material3:material3:1.1.1" + implementation "androidx.compose.material3:material3:1.1.2" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.material:material-icons-core:$compose_version" implementation "androidx.compose.runtime:runtime-livedata:$compose_version"