From ff8833b0fdd709902728c4b1f1518d2c0a2ea2ab Mon Sep 17 00:00:00 2001 From: Emanuel B Date: Wed, 11 May 2022 15:06:32 +0300 Subject: [PATCH] Update androidx.test.ext:junit version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b762894..e4f213d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -125,7 +125,7 @@ dependencies { testImplementation 'junit:junit:4.13.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' //noinspection GradleDependency androidTestImplementation 'org.mockito:mockito-android:3.4.6' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'