Skip to content

Commit 201be3e

Browse files
jamesonwilliamsgreyson-signal
authored andcommitted
Remove Hamcrest from project files.
Resolves #13918
1 parent 851b4b7 commit 201be3e

File tree

7 files changed

+7
-2799
lines changed

7 files changed

+7
-2799
lines changed

app/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ dependencies {
605605
}
606606
}
607607
testImplementation(testLibs.conscrypt.openjdk.uber)
608-
testImplementation(testLibs.hamcrest.hamcrest)
609608
testImplementation(testLibs.mockk)
610609
testImplementation(testFixtures(project(":libsignal-service")))
611610
testImplementation(testLibs.espresso.core)

app/proguard/proguard-automation.pro

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
-dontwarn sun.reflect.**
77
-dontwarn sun.misc.**
88
-dontwarn assertk.**
9-
-dontwarn org.hamcrest.**
109
-dontwarn com.squareup.**
1110

1211
-dontobfuscate

device-transfer/lib/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ dependencies {
1414
testImplementation(testLibs.robolectric.robolectric) {
1515
exclude(group = "com.google.protobuf", module = "protobuf-java")
1616
}
17-
testImplementation(testLibs.hamcrest.hamcrest)
18-
1917
testImplementation(testFixtures(project(":libsignal-service")))
2018
}

gradle/test-libs.versions.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
2020
robolectric-robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
2121
bouncycastle-bcprov-jdk15on = "org.bouncycastle:bcprov-jdk15on:1.70"
2222
bouncycastle-bcpkix-jdk15on = "org.bouncycastle:bcpkix-jdk15on:1.70"
23-
hamcrest-hamcrest = "org.hamcrest:hamcrest:2.2"
2423
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
2524
square-okhttp-mockserver = "com.squareup.okhttp3:mockwebserver:4.12.0"
2625
mockk = "io.mockk:mockk:1.13.2"

gradle/verification-metadata.xml

+6-2,791
Large diffs are not rendered by default.

libsignal-service/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dependencies {
107107
testImplementation(testLibs.assertk)
108108
testImplementation(testLibs.conscrypt.openjdk.uber)
109109
testImplementation(testLibs.mockk)
110-
testImplementation(testLibs.hamcrest.hamcrest)
111110

112111
testFixturesImplementation(libs.libsignal.client)
113112
testFixturesImplementation(testLibs.junit.junit)

microbenchmark/benchmark-proguard-rules.pro

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
-dontwarn androidx.test.**
3333
-dontwarn org.junit.**
34-
-dontwarn org.hamcrest.**
3534
-dontwarn com.squareup.javawriter.JavaWriter
3635

37-
-keepclasseswithmembers @org.junit.runner.RunWith public class *
36+
-keepclasseswithmembers @org.junit.runner.RunWith public class *

0 commit comments

Comments
 (0)