From 5476a984478d297ce44b89ab8a5b50553bab7db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:44:48 +0000 Subject: [PATCH] Bump espresso-contrib from 3.2.0 to 3.3.0 Bumps espresso-contrib from 3.2.0 to 3.3.0. Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5cb5e99..04fe89d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -107,7 +107,7 @@ dependencies { androidTestImplementation 'com.google.android.material:material:1.0.0' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0' androidTestImplementation 'com.github.ligi:trulesk:0.28' }