diff --git a/app/build.gradle b/app/build.gradle index 6cabf67..b753ba5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.7.2' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" - implementation 'androidx.compose.material:material:1.5.1' + implementation 'androidx.compose.material:material:1.6.5' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/seeker/build.gradle b/seeker/build.gradle index 788175d..476c974 100644 --- a/seeker/build.gradle +++ b/seeker/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.compose.material:material:1.5.1' + implementation 'androidx.compose.material:material:1.6.5' implementation "androidx.compose.ui:ui-tooling:$compose_ui_version" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"