Skip to content

Commit

Permalink
Upgrade robolectric to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Oct 12, 2018
1 parent 4928f6b commit b29d971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceAutomator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'

testImplementation 'org.robolectric:robolectric:3.3.2'
testImplementation 'org.robolectric:robolectric:3.8'
testImplementation 'org.mockito:mockito-core:2.8.47'
}

Expand Down

0 comments on commit b29d971

Please sign in to comment.