From f6210db1b1034971ba80f8d06ff89e025e38abb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 07:27:17 +0000 Subject: [PATCH] [Android]: Bump ui-tooling-preview from 1.1.0 to 1.1.1 Bumps ui-tooling-preview from 1.1.0 to 1.1.1. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling-preview 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 ae6690b9..e21e4021 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'com.google.android.material:material:1.6.0-alpha02' implementation "androidx.compose.ui:ui:1.1.1" implementation "androidx.compose.material:material:1.1.1" - implementation "androidx.compose.ui:ui-tooling-preview:1.1.0" + implementation "androidx.compose.ui:ui-tooling-preview:1.1.1" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1' implementation 'androidx.activity:activity-compose:1.4.0' testImplementation 'junit:junit:4.+'