From 2b090a2b5120d90af83560dce079cad996178dd3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 10:13:13 +0000 Subject: [PATCH] Bump espresso-core from 3.2.0 to 3.3.0 Bumps espresso-core from 3.2.0 to 3.3.0. Signed-off-by: dependabot-preview[bot] --- lib/build.gradle | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index db3087d..8185e57 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,5 +32,5 @@ dependencies { implementation "com.google.android.material:material:$material_version" testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } diff --git a/sample/build.gradle b/sample/build.gradle index db622e7..1fc0196 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -31,5 +31,5 @@ dependencies { implementation "com.google.android.material:material:$material_version" testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' }