Fix device transfer test dependent on native library.

This commit is contained in:
Cody Henthorne
2021-06-29 15:02:44 -04:00
committed by Alex Hart
parent c54c6018b2
commit 90a27d2227
7 changed files with 23 additions and 9 deletions

View File

@@ -38,4 +38,6 @@ dependencies {
}
testImplementation 'org.robolectric:shadows-multidex:4.4'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation(testFixtures(project(":libsignal-service")))
}