Skip to content

Commit

Permalink
update robolectric
Browse files Browse the repository at this point in the history
  • Loading branch information
f43nd1r committed Apr 11, 2018
1 parent 74f9d7c commit ad2e365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ subprojects {

dependencies {
testImplementation "junit:junit:$junitVersion"
testImplementation "org.robolectric:robolectric:3.6.1"
testImplementation "org.ow2.asm:asm:6.0"
testImplementation "org.robolectric:robolectric:$roboelectricVersion"
testImplementation "org.ow2.asm:asm:$asmVersion"
}

task sourcesJar(type: Jar) {
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ androidBuildPluginVersion=3.2.0-alpha10
bintrayPluginVersion=1.8.0
releasePluginVersion=2.6.0
autoServiceVersion=1.0-rc4
junitVersion=4.12
junitVersion=4.12
roboelectricVersion=3.8
asmVersion=6.0

0 comments on commit ad2e365

Please sign in to comment.