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 61c1ecf + c5a2c21 commit 8572225Copy full SHA for 8572225
1 file changed
app/build.gradle
@@ -366,7 +366,7 @@ dependencies {
366
testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.2' // DO NOT REMOVE
367
testImplementation "androidx.room:room-testing:${roomVersion}"
368
testImplementation("com.squareup.okhttp3:mockwebserver:$okhttpVersion")
369
- testImplementation("com.google.dagger:hilt-android-testing:2.58")
+ testImplementation("com.google.dagger:hilt-android-testing:2.59")
370
testImplementation("org.robolectric:robolectric:4.16.1")
371
}
372
0 commit comments