Skip to content

Commit 895ff5c

Browse files
committed
Remove apache.http.client.android dependency
Removes the `apache.http.client.android` dependency from `androidTestImplementation` configurations.
1 parent a65237d commit 895ff5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ dependencies {
349349
exclude group: 'asm', module: 'asm'
350350
exclude group: 'org.json', module: 'json'
351351
}
352-
androidTestImplementation(libs.apache.http.client.android)
353352
constraints {
354353
androidTestImplementation(libs.wiremock) {
355354
because("newer versions of WireMock use Java APIs not available on Android")

0 commit comments

Comments
 (0)