Skip to content

Commit

Permalink
Fix crash with instrumentation tests (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgrp authored Dec 19, 2023
1 parent 6b76619 commit c58da8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datalayer/sample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ dependencies {
testImplementation(libs.junit)
testImplementation(libs.truth)
testImplementation(libs.robolectric)

androidTestImplementation(libs.androidx.test.runner)
}

tasks.maybeCreate("prepareKotlinIdeaImport")
Expand Down

0 comments on commit c58da8c

Please sign in to comment.