mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
update mockito to 2.2.5
This commit is contained in:
parent
eaf5924865
commit
140d6f5fc0
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ dependencies {
|
|||
|
||||
// dependencies for local unit tests
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||
testImplementation 'org.mockito:mockito-core:2.2.5'
|
||||
// dependencies for instrumented tests
|
||||
// JUnit4 Rules
|
||||
androidTestImplementation 'com.android.support.test:rules:1.0.2'
|
||||
|
|
Loading…
Reference in a new issue