From d9aab7afa2dab0ccf5f72f7b57fc44bcebdd9283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:45:36 +0000 Subject: [PATCH] Bump runner from 1.3.0 to 1.4.0 (#1386) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3f6714988..e5278685e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -237,7 +237,7 @@ dependencies { testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" testImplementation 'org.robolectric:robolectric:4.5.1' - testImplementation "androidx.test:runner:1.3.0" + testImplementation "androidx.test:runner:1.4.0" testImplementation "androidx.test.ext:junit:1.1.2" testImplementation "androidx.test:core:1.4.0" testImplementation "androidx.room:room-testing:$room"