Skip to content

Commit

Permalink
Switch back mockito to an older version
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapusta committed Sep 3, 2020
1 parent 45edc0d commit 3fc969f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
compileOnly 'javax.annotation:jsr250-api:1.0'

testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:3.5.7'
testImplementation 'org.mockito:mockito-core:1.+'
testImplementation 'org.robolectric:robolectric:4.1'
}

Expand Down

0 comments on commit 3fc969f

Please sign in to comment.