fix(deps): update dependency com.google.dagger:hilt-android-testing to v2.52 (#932)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-06 13:32:57 +00:00
committed by GitHub
parent 9b7d3215e5
commit 9728736399

View File

@@ -151,12 +151,12 @@ dependencies {
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.51.1")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.52")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.51.1")
testImplementation("com.google.dagger:hilt-android-testing:2.52")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")