Skip to content

Commit

Permalink
Merge pull request #627 from googlesamples/todo-mvp-kotlin_dexmaker
Browse files Browse the repository at this point in the history
Fixes dexmaker version
  • Loading branch information
JoseAlcerreca authored Jan 29, 2019
2 parents eede124 + fd5d72d commit cb7a41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions todoapp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ dependencies {
// Dependencies for Android unit tests
androidTestImplementation "junit:junit:$junitVersion"
androidTestImplementation "org.mockito:mockito-core:$mockitoVersion"
androidTestImplementation "com.google.dexmaker:dexmaker:$dexMaker"
androidTestImplementation "com.google.dexmaker:dexmaker-mockito:$dexMaker"
androidTestImplementation "com.linkedin.dexmaker:dexmaker-mockito:$dexMakerVersion"

// Android Testing Support Library - Instrumented testing
androidTestImplementation "androidx.test:runner:$androidXTestVersion"
Expand Down
2 changes: 1 addition & 1 deletion todoapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
guavaVersion = '27.0.1-android'
junitVersion = '4.12'
mockitoVersion = '2.8.9'
dexMaker = '1.2'
dexMakerVersion = '2.12.1'
hamcrestVersion = '1.3'
runnerVersion = '1.0.1'
rulesVersion = '1.0.1'
Expand Down

0 comments on commit cb7a41a

Please sign in to comment.