From b461212ace9cafcc7fbeb0d412cb639cc8f74e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:08:08 +0000 Subject: [PATCH] Bump androidx.compose.material3:material3 from 1.1.1 to 1.1.2 Bumps androidx.compose.material3:material3 from 1.1.1 to 1.1.2. --- updated-dependencies: - dependency-name: androidx.compose.material3:material3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 968de1b1..7b2e63d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ dependencies { // AndroidX Compose implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.foundation:foundation:$compose_version" - implementation "androidx.compose.material3:material3:1.1.1" + implementation "androidx.compose.material3:material3:1.1.2" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.material:material-icons-core:$compose_version" implementation "androidx.compose.runtime:runtime-livedata:$compose_version"