From 471d6173a66a706ae11bb1fa76048d359f031d4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Dec 2020 03:21:13 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.3.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2eb8e69..3334502 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -131,7 +131,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2' testImplementation 'org.testng:testng:6.9.6' - androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' testImplementation 'org.jetbrains.kotlin:kotlin-test'