From 0bc3a91638871a16e778aa0fd83ebafa147b4c21 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:56:16 -0400 Subject: [PATCH] androidx.test.espresso:espresso-core:3.5.1 (#5376) 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 a6f9be76a4..1f1b89676b 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.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } /*