From ec8d2cae2db8612bfd3ae7a11121130467392005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 21:47:08 +0530 Subject: [PATCH] [Android]: Bump material3 from 1.0.0-alpha12 to 1.1.0-alpha02 (#261) Bumps material3 from 1.0.0-alpha12 to 1.1.0-alpha02. --- updated-dependencies: - dependency-name: androidx.compose.material3:material3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- keypasscompose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index adb164b3..766acafc 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -67,5 +67,5 @@ dependencies { androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.3.0" debugImplementation "androidx.compose.ui:ui-tooling:1.1.1" - implementation 'androidx.compose.material3:material3:1.0.0-alpha12' + implementation 'androidx.compose.material3:material3:1.1.0-alpha02' } \ No newline at end of file