1
0
Fork 0

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

master
Colin Lee 2019-08-13 22:16:23 -05:00 committed by GitHub
parent 42e3b2771e
commit e6f9445d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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`