mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 00:59:51 -06:00
fix(deps): update dependency com.google.dagger:hilt-android-testing to v2.51 (#805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user