mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-13 01:40:28 -06:00
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:
@@ -151,12 +151,12 @@ dependencies {
|
|||||||
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
|
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
|
||||||
|
|
||||||
// For instrumented tests.
|
// For instrumented tests.
|
||||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.53")
|
androidTestImplementation("com.google.dagger:hilt-android-testing:2.54")
|
||||||
// ...with Kotlin.
|
// ...with Kotlin.
|
||||||
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||||
|
|
||||||
// For Robolectric tests.
|
// For Robolectric tests.
|
||||||
testImplementation("com.google.dagger:hilt-android-testing:2.53")
|
testImplementation("com.google.dagger:hilt-android-testing:2.54")
|
||||||
// ...with Kotlin.
|
// ...with Kotlin.
|
||||||
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user