From 2886a16d9c4b94b90f6707be31ab334813af17ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 18:13:00 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.4.0 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5bd6564..9f6ba2a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -82,6 +82,6 @@ dependencies { implementation (name:'ocfclient', ext:'aar') implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' }