Skip to content

Commit 10e899d

Browse files
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>
1 parent 9f960df commit 10e899d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ dependencies {
154154
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
155155

156156
// For instrumented tests.
157-
androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.1")
157+
androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.2")
158158
// ...with Kotlin.
159159
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
160160

161161
// For Robolectric tests.
162-
testImplementation("com.google.dagger:hilt-android-testing:2.56.1")
162+
testImplementation("com.google.dagger:hilt-android-testing:2.56.2")
163163
// ...with Kotlin.
164164
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
165165

0 commit comments

Comments
 (0)