We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b65d3e commit e4adc12Copy full SHA for e4adc12
WooCommerce/build.gradle
@@ -343,11 +343,11 @@ dependencies {
343
// Dependencies for screenshots
344
androidTestImplementation(libs.fastlane.screengrab)
345
androidTestImplementation(libs.wiremock.get().module.toString()) {
346
- exclude group: 'org.apache.httpcomponents', module: 'httpclient'
347
exclude group: 'org.apache.commons', module: 'commons-lang3'
348
exclude group: 'asm', module: 'asm'
349
exclude group: 'org.json', module: 'json'
350
}
+ androidTestImplementation(libs.apache.http.client.android)
351
constraints {
352
androidTestImplementation(libs.wiremock) {
353
because("newer versions of WireMock use Java APIs not available on Android")
0 commit comments