From e846b134ab15bc031af000cab44e2465d578b165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 16:15:26 +0000 Subject: [PATCH] Bump espresso-core from 3.0.2 to 3.4.0 Bumps espresso-core from 3.0.2 to 3.4.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d039c7b..2c7b980 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.0.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.0.2' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' }