From 46eb85ab1e90746dbcda983c9d9db328c33c3d06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:38:35 +0000 Subject: [PATCH] Update dependency androidx.compose.material:material to v1.7.6 --- app/build.gradle | 2 +- seeker/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6cabf67..f20951f 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.7.6' 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..d8ad3ec 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.7.6' implementation "androidx.compose.ui:ui-tooling:$compose_ui_version" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"