From ce6e1e527eb8c916dae637e2bf1803ebe099f6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 20:46:04 +0530 Subject: [PATCH] [Android]: Bump ui-test-junit4 from 1.2.1 to 1.3.0 (#250) Bumps ui-test-junit4 from 1.2.1 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-test-junit4 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 27ad6d21..132c5432 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling-preview:1.1.1" 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.2.1" + 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'