diff --git a/app/build.gradle b/app/build.gradle index 93c3499..5b156ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,6 +83,6 @@ dependencies { // Testing testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' }