From 1536208e45d4730376f434af7c6c4f7833ceacaf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 11:46:56 +0000 Subject: [PATCH] Bump core from 1.1.0 to 1.2.0 (#383) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 39493db08..822194dcc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -145,7 +145,7 @@ dependencies { exclude group: 'org.mockito', module: 'mockito-core' } - androidTestImplementation 'androidx.test:core:1.1.0' + androidTestImplementation 'androidx.test:core:1.2.0' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation "io.mockk:mockk-android:1.9.2"