From 8b1062f22df421838ae933cae7204eecdd7aebaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 18:10:47 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.5.1 --- 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 712fb15..9322acc 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.5.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' }