Commit a394608
committed
Deps: Remove all unused android test dependencies from aztec
It is unclear why any 'androidTest' related dependency got
added to this module, as one can only navigate to this
(ad68cc9) commit and see that this was
done as part of the AndroidX migration, but, without any 'androidTest'
source set folder included on this module, nor any accompanying UI tests
added to it.
------------------------------------------------------------------------
This removal was suggested by the dependency analysis report, see below:
Advice for :aztec
Unused dependencies which should be removed:
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test:runner:1.2.0'
...
Dependencies which should be removed or changed to runtime-only:
androidTestRuntimeOnly 'androidx.test:core:1.4.0'
(was androidTestImplementation)
...1 parent 0136921 commit a394608
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
| |||
0 commit comments