|
|
|
|
@ -74,6 +74,11 @@ dependencies { |
|
|
|
|
// Logs |
|
|
|
|
implementation 'com.jakewharton.timber:timber:4.7.1' |
|
|
|
|
|
|
|
|
|
androidTestImplementation 'androidx.test:core:1.0.0' |
|
|
|
|
androidTestImplementation 'androidx.test:runner:1.1.0' |
|
|
|
|
androidTestImplementation 'androidx.test:rules:1.1.0' |
|
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.0' |
|
|
|
|
|
|
|
|
|
// Test |
|
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
|
testImplementation "org.mockito:mockito-core:1.10.19" |
|
|
|
|
|