Skip to content

Commit

Permalink
fix test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Dec 27, 2024
1 parent 2b9ab3b commit 094c783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 094c783

Please sign in to comment.