For #4709: Fix Bugzilla issue 1573549 (#4710)

nightly-build-test
Colin Lee 5 years ago committed by GitHub
parent 42e3b2771e
commit e6f9445d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -415,7 +415,10 @@ dependencies {
}
testImplementation 'org.apache.maven:maven-ant-tasks:2.1.3'
implementation Deps.fragment_testing, {
debugImplementation Deps.fragment_testing, {
exclude group: 'androidx.test', module: 'core'
}
forPerformanceTestImplementation Deps.fragment_testing, {
exclude group: 'androidx.test', module: 'core'
}
// For production builds, the native code for all `org.mozilla.appservices`

Loading…
Cancel
Save