Cleanup: there are no androidTest on those modules.

This commit is contained in:
Benoit Marty 2023-07-24 12:41:02 +02:00
parent 301fe6dda6
commit ac1d355f65
11 changed files with 0 additions and 20 deletions

View file

@ -52,6 +52,4 @@ dependencies {
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.features.analytics.test)
testImplementation(projects.features.analytics.impl)
androidTestImplementation(libs.test.junitext)
}