diff --git a/app/build.gradle b/app/build.gradle index 4e0c93fd..55a15298 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ dependencies { // AndroidX Compose implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.foundation:foundation:$compose_version" - implementation "androidx.compose.material3:material3:1.3.0" + implementation "androidx.compose.material3:material3:1.3.1" implementation "androidx.compose.material:material-icons-core:$compose_version" implementation "androidx.compose.runtime:runtime-livedata:$compose_version" implementation "androidx.activity:activity-compose:1.9.3"