1
0
Fork 0

Closes #5217 - fix androidx.test dep error (#5219)

See #5217
master
Aaron Train 2019-09-11 12:55:22 -04:00 committed by GitHub
parent 7402013126
commit 9033b8d676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -452,8 +452,9 @@ dependencies {
androidTestImplementation Deps.androidx_test_core
androidTestImplementation Deps.espresso_idling_resources
debugImplementation Deps.androidx_fragment_testing
debugImplementation (Deps.androidx_fragment_testing) {
exclude group: 'androidx.test', module: 'core'
}
androidTestImplementation Deps.tools_test_runner
androidTestImplementation Deps.tools_test_rules