Skip to content

Commit

Permalink
fix(deps): update dependency com.google.dagger:hilt-android-testing t…
Browse files Browse the repository at this point in the history
…o v2.51
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent d478f2d commit bc0706f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ dependencies {


// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.48.1")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.51")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")

// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.48.1")
testImplementation("com.google.dagger:hilt-android-testing:2.51")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")

Expand Down

0 comments on commit bc0706f

Please sign in to comment.