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'