diff --git a/android/build.gradle b/android/build.gradle index 71c1fc0..fdd8854 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'com.github.MikeOrtiz:TouchImageView:3.6' // Testing - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' androidTestImplementation "androidx.test:core:1.5.0" androidTestImplementation "androidx.test:rules:1.5.0"