From a8fccc09db18fb53ddf5ce2e5d7c6dc8c2c19938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 07:39:10 +0000 Subject: [PATCH] [Android]: Bump material3 from 1.0.0-alpha09 to 1.0.0-alpha10 Bumps material3 from 1.0.0-alpha09 to 1.0.0-alpha10. --- updated-dependencies: - dependency-name: androidx.compose.material3:material3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- keypasscompose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index e6d2a9a9..688b1a31 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -64,5 +64,5 @@ dependencies { androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.1.1" debugImplementation "androidx.compose.ui:ui-tooling:1.1.1" - implementation 'androidx.compose.material3:material3:1.0.0-alpha09' + implementation 'androidx.compose.material3:material3:1.0.0-alpha10' } \ No newline at end of file