Skip to content

Commit ce90261

Browse files
fix(deps): update dependency com.google.dagger:hilt-android-testing to v2.56.1 (#1114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 563c652 commit ce90261

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
@@ -151,12 +151,12 @@ dependencies {
151151
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
152152

153153
// For instrumented tests.
154-
androidTestImplementation("com.google.dagger:hilt-android-testing:2.55")
154+
androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.1")
155155
// ...with Kotlin.
156156
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
157157

158158
// For Robolectric tests.
159-
testImplementation("com.google.dagger:hilt-android-testing:2.55")
159+
testImplementation("com.google.dagger:hilt-android-testing:2.56.1")
160160
// ...with Kotlin.
161161
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
162162

0 commit comments

Comments
 (0)