Fixing test build

feature/top10
Laurent 7 years ago
parent cfcd4eeeda
commit 6458859f5e
  1. 5
      app/build.gradle

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

Loading…
Cancel
Save