From 89bade780b86f8f99c1821315dd8413edf2804de Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sun, 2 Jul 2023 14:04:09 -0400 Subject: [PATCH] only:androidx.test.espresso:espresso-core:3.4.0 (#5368) Co-authored-by: rusefillc --- 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 bf466791fa..84e726ea49 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } /*