From 370cfbf22ad862f6106d26b6a5d12eebaaacd024 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 09:42:18 +0000 Subject: [PATCH] Bump core from 1.2.0 to 1.3.0 (#929) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index baa9149b1..009963c40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -196,7 +196,7 @@ dependencies { testImplementation "io.mockk:mockk:$mockk" testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9' - androidTestImplementation "androidx.test:core:1.2.0" + androidTestImplementation "androidx.test:core:1.3.0" androidTestImplementation "androidx.test:runner:1.2.0" androidTestImplementation "androidx.test.ext:junit:1.1.2" androidTestImplementation "io.mockk:mockk-android:$mockk"