Upgrade gradle wrapper to 5.2.1, and pass first sonar analysis

This commit is contained in:
Benoit Marty
2019-03-18 18:16:27 +01:00
committed by Benoit Marty
parent 8a7675d2e4
commit b8cceaa17a
6 changed files with 6 additions and 7 deletions

View File

@ -104,7 +104,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.0.2'
testImplementation "org.koin:koin-test:$koin_version"
testImplementation 'org.robolectric:shadows-support-v4:3.0'
//testImplementation 'org.robolectric:shadows-support-v4:3.0'
testImplementation "io.mockk:mockk:1.8.13.kotlin13"
testImplementation 'org.amshove.kluent:kluent-android:1.44'
testImplementation "androidx.arch.core:core-testing:$lifecycle_version"