diff --git a/app/build.gradle b/app/build.gradle index 58850448b..db08d5948 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ android { dependencies { implementation "androidx.compose.ui:ui:1.5.4" implementation "androidx.navigation:navigation-compose:2.7.5" - implementation "androidx.compose.material:material:1.5.4" + implementation "androidx.compose.material:material:1.6.7" implementation "androidx.compose.ui:ui-tooling-preview:1.5.4" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2' implementation 'androidx.activity:activity-compose:1.8.1'