Merge pull request #7039 from nextcloud/mockkVersion

Mockk version centralized
This commit is contained in:
Andy Scherzinger 2020-10-01 13:59:25 +02:00 committed by GitHub
commit 574a384f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,7 @@ ext {
butterknifeVersion = "10.2.3"
androidLibraryVersion = "master-SNAPSHOT"
mockitoVersion = "3.5.13"
mockkVersion = "1.10.2"
byteBuddyVersion = "1.10.16"
espressoVersion = "3.3.0"
@ -363,8 +364,8 @@ dependencies {
testImplementation 'org.json:json:20200518'
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'io.mockk:mockk:1.10.0'
testImplementation 'io.mockk:mockk-android:1.10.0'
testImplementation "io.mockk:mockk:$mockkVersion"
testImplementation "io.mockk:mockk-android:$mockkVersion"
// dependencies for instrumented tests
// JUnit4 Rules