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 (#805)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent b1fbc6b commit bb1f06a
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 bb1f06a

Please sign in to comment.