diff --git a/app/build.gradle b/app/build.gradle index 63dc7d6a..7c88c5a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -170,7 +170,7 @@ dependencies { // Instrumentation Testing androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion" androidTestImplementation "io.grpc:grpc-testing:$grpcVersion" androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1') {