We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a9303 commit 45cb3f9Copy full SHA for 45cb3f9
app/build.gradle
@@ -161,7 +161,7 @@ dependencies {
161
testImplementation "org.hamcrest:hamcrest-core:$rootProject.hamcrestVersion"
162
testImplementation "org.hamcrest:hamcrest-library:$rootProject.hamcrestVersion"
163
testImplementation "org.hamcrest:hamcrest-integration:$rootProject.hamcrestVersion"
164
- testImplementation 'org.robolectric:robolectric:3.3.1'
+ testImplementation 'org.robolectric:robolectric:3.7.1'
165
}
166
167
// Log out test results to console
0 commit comments