2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

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

See #5217
This commit is contained in:
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

View File

@ -452,8 +452,9 @@ dependencies {
androidTestImplementation Deps.androidx_test_core androidTestImplementation Deps.androidx_test_core
androidTestImplementation Deps.espresso_idling_resources 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_runner
androidTestImplementation Deps.tools_test_rules androidTestImplementation Deps.tools_test_rules