Skip to content

Commit a394608

Browse files
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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

aztec/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ dependencies {
6161
testImplementation "org.robolectric:robolectric:$robolectricVersion"
6262
testImplementation 'androidx.test:core:1.4.0'
6363

64-
androidTestImplementation 'androidx.test:core:1.4.0'
65-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
66-
androidTestImplementation 'androidx.test:runner:1.2.0'
67-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0', {
68-
exclude group: 'com.android.support', module: 'support-annotations'
69-
}
70-
7164
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
7265
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
7366

0 commit comments

Comments
 (0)