mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Merge pull request #6497 from nextcloud/dependabot/gradle/org.mockito-mockito-android-3.4.4
This commit is contained in:
commit
95c2db021f
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ dependencies {
|
|||
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older
|
||||
androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
|
||||
androidTestImplementation 'org.mockito:mockito-core:3.4.4'
|
||||
androidTestImplementation("org.mockito:mockito-android:3.3.3") {
|
||||
androidTestImplementation("org.mockito:mockito-android:3.4.4") {
|
||||
exclude group: "net.bytebuddy", module: "byte-buddy-android"
|
||||
}
|
||||
androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.13'
|
||||
|
|
Loading…
Reference in a new issue