From c993edc1bf2f29e7f7b42595b15d526136ea41ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:50:26 +0100 Subject: [PATCH] Bump androidx.compose.material3:material3 from 1.3.0 to 1.3.1 (#728) Bumps androidx.compose.material3:material3 from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: androidx.compose.material3:material3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"