diff --git a/app/build.gradle b/app/build.gradle index 42da1051..b997860f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -170,7 +170,7 @@ dependencies { testImplementation "io.grpc:grpc-inprocess:$grpcVersion" // Instrumentation Testing - androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion" androidTestImplementation "io.grpc:grpc-testing:$grpcVersion"