From 8a013ff738eef263acdfdce77d8275d902590f7d 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:10 +0000 Subject: [PATCH] Bump runner from 1.2.0 to 1.3.0 Bumps runner from 1.2.0 to 1.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..8109eb9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -31,6 +31,6 @@ dependencies { implementation "androidx.core:core-ktx:$core_version" implementation "com.google.android.material:material:$material_version" testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' } diff --git a/sample/build.gradle b/sample/build.gradle index db622e7..8294071 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -30,6 +30,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation "com.google.android.material:material:$material_version" testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' }