From 96c400a0bd034a50882321161b0276cc5b2406e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 13:50:28 +0000 Subject: [PATCH] Bump runner from 1.1.1 to 1.2.0 (#386) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6896f5b4c..a55efec9f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -146,7 +146,7 @@ dependencies { } androidTestImplementation 'androidx.test:core:1.2.0' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation "io.mockk:mockk-android:1.9.2" androidTestImplementation "androidx.room:room-testing:2.1.0-beta01"