We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c88a8a4 + e7385e3 commit fe8e219Copy full SHA for fe8e219
1 file changed
app/build.gradle
@@ -367,7 +367,7 @@ dependencies {
367
testImplementation "androidx.room:room-testing:${roomVersion}"
368
testImplementation("com.squareup.okhttp3:mockwebserver:$okhttpVersion")
369
testImplementation("com.google.dagger:hilt-android-testing:2.58")
370
- testImplementation("org.robolectric:robolectric:4.16")
+ testImplementation("org.robolectric:robolectric:4.16.1")
371
}
372
373
tasks.register('installGitHooks', Copy) {
0 commit comments