From 9b7c1a42ce48004c1202e606a3ee533c37f38f74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 03:29:41 +0000 Subject: [PATCH] Bump runner from 1.1.1 to 1.2.0 Bumps runner from 1.1.1 to 1.2.0. --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 08f87fe..43a0caf 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion" androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion" androidTestImplementation "androidx.test.uiautomator:uiautomator:$uiAutomatorVersion"