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