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

pull/412/head
Simon Marquis 2 years ago committed by GitHub
parent 26e996bf74
commit e050c22c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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