Remove test dependency from `implementation` configuration, fixes #411

pull/1837/head
Simon Marquis 3 years ago committed by GitHub
parent 17cbc82a42
commit 38e5e07156

@ -91,7 +91,6 @@ dependencies {
implementation(project(":core:model"))
implementation(project(":sync:work"))
implementation(project(":sync:sync-test"))
androidTestImplementation(project(":core:testing"))
androidTestImplementation(project(":core:datastore-test"))

Loading…
Cancel
Save