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

See #5217
nightly-build-test
Aaron Train 5 years ago committed by GitHub
parent 7402013126
commit 9033b8d676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save