From cc4940f4dda9f596c9bc83089ca4ed6382db94d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 13:39:49 +0000 Subject: [PATCH] Bump espresso-test-extension from 1.4 to 1.5 in /android Bumps [espresso-test-extension](https://github.com/microsoft/AppCenter-Test-Espresso-Extensions) from 1.4 to 1.5. - [Release notes](https://github.com/microsoft/AppCenter-Test-Espresso-Extensions/releases) - [Commits](https://github.com/microsoft/AppCenter-Test-Espresso-Extensions/commits) Signed-off-by: dependabot-preview[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3c508eff..ef80be92 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -117,7 +117,7 @@ dependencies { androidTestImplementation('androidx.test:rules:1.3.0') { exclude module: 'support-annotations' } - androidTestImplementation 'com.microsoft.appcenter:espresso-test-extension:1.4' + androidTestImplementation 'com.microsoft.appcenter:espresso-test-extension:1.5' // Hermes if (enableHermes) {