mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-02-07 19:08:46 -06:00
fix(deps): update dependency com.google.dagger:hilt-android-testing to v2.56.2 (#1164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -154,12 +154,12 @@ dependencies {
|
||||
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
|
||||
|
||||
// For instrumented tests.
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.1")
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.2")
|
||||
// ...with Kotlin.
|
||||
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||
|
||||
// For Robolectric tests.
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.56.1")
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.56.2")
|
||||
// ...with Kotlin.
|
||||
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user