From 81cf0b0d807406f476247c6f482d0d55b2d5f256 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 05:19:13 +0000 Subject: [PATCH] Bump runner from 1.3.0-alpha01 to 1.4.0-alpha04 Bumps runner from 1.3.0-alpha01 to 1.4.0-alpha04. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 15b04f0..1942870 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.google.android.material:material:1.1.0-alpha07' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.3.0-alpha01' + androidTestImplementation 'androidx.test:runner:1.4.0-alpha04' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation "io.reactivex.rxjava2:rxjava:2.2.12"