fix dependencies

This commit is contained in:
Carlos Martinez
2020-02-01 20:26:17 -03:00
parent dd0c9c9aa4
commit 0bdcab9956

View File

@@ -45,11 +45,11 @@ dependencies {
api deps.okhttp_logging_interceptor api deps.okhttp_logging_interceptor
api deps.timber api deps.timber
//Testing //Testing
testImplementation deps.testing.junit api deps.testing.junit
testImplementation deps.testing.koin api deps.testing.koin
androidTestImplementation deps.testing.core api deps.testing.core
androidTestImplementation deps.testing.rules api deps.testing.rules
androidTestImplementation deps.testing.runner api deps.testing.runner
androidTestImplementation deps.testing.ext api deps.testing.ext
androidTestImplementation deps.testing.espresso api deps.testing.espresso
} }