diff --git a/android-test/build.gradle.kts b/android-test/build.gradle.kts index 9bd573099aed..0c82195432a3 100644 --- a/android-test/build.gradle.kts +++ b/android-test/build.gradle.kts @@ -85,7 +85,7 @@ dependencies { androidTestImplementation(libs.bouncycastle.bcprov) androidTestImplementation(libs.bouncycastle.bctls) androidTestImplementation(libs.conscrypt.android) - androidTestImplementation(projects.mockwebserver3Junit5) + androidTestImplementation(projects.mockwebserver3Junit4) androidTestImplementation(projects.okhttpBrotli) androidTestImplementation(projects.okhttpDnsoverhttps) androidTestImplementation(projects.loggingInterceptor)