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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-08 22:37:48 +05:30
committed by GitHub
parent 50540fee83
commit 638063a4d0

View File

@@ -145,12 +145,12 @@ dependencies {
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.48")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.48.1")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.48")
testImplementation("com.google.dagger:hilt-android-testing:2.48.1")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")