From 0e7a2ccb5d3fc39462922f963978b2992810122e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jul 2021 15:24:45 +0000 Subject: [PATCH] Update dependency androidx.test:core to v1.4.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f184bcc6..20b5502f 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -249,7 +249,7 @@ dependencies { testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0' androidTestImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' - androidTestImplementation 'androidx.test:core:1.3.0' + androidTestImplementation 'androidx.test:core:1.4.0' androidTestImplementation 'com.android.support:support-annotations:28.0.0' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation "androidx.room:room-testing:2.3.0"