Skip to content

Commit

Permalink
Update robolectric, shadows-supportv4 and mockito-core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquenfaria committed Dec 21, 2018
1 parent 19e7d04 commit a87ae6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 3 additions & 4 deletions easypermissions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ android {
}
}

// Needed in order to process Robolectric tests when running JaCoCo
junitJacoco {
includeNoLocationClasses = true
}
Expand All @@ -40,9 +39,9 @@ dependencies {

testImplementation 'junit:junit:4.12'
testImplementation 'com.google.truth:truth:0.42'
testImplementation 'org.robolectric:robolectric:3.8'
testImplementation 'org.robolectric:shadows-supportv4:3.8'
testImplementation 'org.mockito:mockito-core:2.18.0'
testImplementation 'org.robolectric:robolectric:4.1'
testImplementation 'org.robolectric:shadows-supportv4:4.1'
testImplementation 'org.mockito:mockito-core:2.23.4'
}

apply from: 'bintray.gradle'
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true

# Configure on demand
org.gradle.configureondemand=true
org.gradle.configureondemand=true

# Required by Robolectric 4.x
android.enableUnitTestBinaryResources=true

0 comments on commit a87ae6c

Please sign in to comment.