mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-03 17:20:01 -06:00
fix(deps): update dependency com.google.dagger:hilt-android-testing to v2.51.1 (#827)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -159,12 +159,12 @@ dependencies {
|
||||
|
||||
|
||||
// For instrumented tests.
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.51")
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.51.1")
|
||||
// ...with Kotlin.
|
||||
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||
|
||||
// For Robolectric tests.
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.51")
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.51.1")
|
||||
// ...with Kotlin.
|
||||
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user