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) {