From b427fa838764efaec09358596285bfbdd1094c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 21:15:18 +0530 Subject: [PATCH] [Android]: Bump ui-tooling from 1.1.1 to 1.3.1 (#269) Bumps ui-tooling from 1.1.1 to 1.3.1. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling 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 da675c35..3e6ea574 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' implementation 'androidx.activity:activity-compose:1.5.1' androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.3.1" - debugImplementation "androidx.compose.ui:ui-tooling:1.1.1" + debugImplementation "androidx.compose.ui:ui-tooling:1.3.1" implementation 'androidx.compose.material3:material3:1.1.0-alpha02' } \ No newline at end of file