From 10d94cd591c13417cf35663fd6383ed3e3653a3e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Feb 2022 23:25:30 +0000 Subject: [PATCH] chore(deps): update dependency androidx.test.espresso:espresso-core to v3.4.0 --- example/android/variables.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/variables.gradle b/example/android/variables.gradle index cc78fc0..3001510 100644 --- a/example/android/variables.gradle +++ b/example/android/variables.gradle @@ -9,6 +9,6 @@ ext { androidxFragmentVersion = '1.3.0' junitVersion = '4.13.2' androidxJunitVersion = '1.1.3' - androidxEspressoCoreVersion = '3.3.0' + androidxEspressoCoreVersion = '3.4.0' cordovaAndroidVersion = '7.0.0' } \ No newline at end of file