mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-12 09:20:14 -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")
|
||||
|
||||
// For instrumented tests.
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.53")
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.54")
|
||||
// ...with Kotlin.
|
||||
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||
|
||||
// For Robolectric tests.
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.53")
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.54")
|
||||
// ...with Kotlin.
|
||||
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user