From fcce6a3fd7af34b1bbfb5d3f2e55257a66f557d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 04:15:57 +0000 Subject: [PATCH] Bump espresso-intents from 3.2.0 to 3.4.0 Bumps espresso-intents from 3.2.0 to 3.4.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-intents dependency-type: direct:production update-type: version-update:semver-minor ... 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..7c42179 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -106,7 +106,7 @@ dependencies { androidTestImplementation 'androidx.appcompat:appcompat:1.0.2' androidTestImplementation 'com.google.android.material:material:1.0.0' - androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0' androidTestImplementation 'com.github.ligi:trulesk:0.28' }