Update dependency com.google.dagger:hilt-android-testing to v2.54 (#1019)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-22 09:41:53 +00:00
committed by GitHub
parent 12a8e0e68e
commit a5ee3437fa

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.53")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.54")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.53")
testImplementation("com.google.dagger:hilt-android-testing:2.54")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")