Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert to mockito-core
  • Loading branch information
beroso committed Jan 17, 2023
commit eb6a70844cf7ef5bbed906816d2a563bd4fd1df8
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
implementation 'androidx.exifinterface:exifinterface:1.3.3'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:4.8.0'
testImplementation 'org.mockito:mockito-core:4.8.0'
testImplementation 'androidx.test:core:1.4.0'
testImplementation "org.robolectric:robolectric:4.8.1"
}
Expand Down