Skip to content

Commit

Permalink
Attempt to fix the android-test build (#8178)
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse authored Jan 7, 2024
1 parent 23d67c3 commit ea735b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ dependencies {
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.httpClient5)
androidTestImplementation(libs.kotlin.test.common)
androidTestImplementation(libs.kotlin.test.junit)
androidTestImplementation(libs.squareup.moshi)
androidTestImplementation(libs.squareup.moshi.kotlin)
androidTestImplementation(libs.squareup.okio.fakefilesystem)
Expand Down

0 comments on commit ea735b0

Please sign in to comment.