From b09c5e73a44dcf97fe619a979bea120433ebfcfb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:30:26 +0000 Subject: [PATCH] Bump espresso-core from 3.3.0 to 3.4.0 Bumps espresso-core from 3.3.0 to 3.4.0. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ef3ca0b..4feb8d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,5 +35,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }