Skip to content

Commit 417dd8c

Browse files
Update dependency org.robolectric:robolectric to v3.8
1 parent 24a9303 commit 417dd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dependencies {
161161
testImplementation "org.hamcrest:hamcrest-core:$rootProject.hamcrestVersion"
162162
testImplementation "org.hamcrest:hamcrest-library:$rootProject.hamcrestVersion"
163163
testImplementation "org.hamcrest:hamcrest-integration:$rootProject.hamcrestVersion"
164-
testImplementation 'org.robolectric:robolectric:3.3.1'
164+
testImplementation 'org.robolectric:robolectric:3.8'
165165
}
166166

167167
// Log out test results to console

0 commit comments

Comments
 (0)