Skip to content

Commit

Permalink
add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Feb 1, 2025
1 parent 637f30c commit 3438240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
"friendsImplementation"(projects.okhttp)
"friendsImplementation"(projects.okhttpDnsoverhttps)

testImplementation(projects.okhttp)
testImplementation(libs.junit)
testImplementation(libs.junit.ktx)
testImplementation(libs.assertk)
Expand Down

0 comments on commit 3438240

Please sign in to comment.