Remove Hamcrest from project files.

Resolves #13918
This commit is contained in:
Jameson Williams
2025-01-16 18:01:47 -06:00
committed by Greyson Parrelli
parent 851b4b72c0
commit 201be3e041
7 changed files with 1 additions and 2793 deletions

View File

@@ -14,7 +14,5 @@ dependencies {
testImplementation(testLibs.robolectric.robolectric) {
exclude(group = "com.google.protobuf", module = "protobuf-java")
}
testImplementation(testLibs.hamcrest.hamcrest)
testImplementation(testFixtures(project(":libsignal-service")))
}