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