mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +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
|
||||
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
|
||||
// JUnit4 Rules
|
||||
androidTestImplementation 'com.android.support.test:rules:1.0.2'
|
||||
|
|
Loading…
Reference in a new issue