From 6334c94c58b467c4da2872d72da7b1ea01a319b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2020 22:59:59 +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] --- app/build.gradle | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index df522e7..e24cb4c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,6 +38,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' 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/lib/build.gradle b/lib/build.gradle index b72ae77..1e0009d 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'org.apache.commons:commons-lang3:3.9' 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' }