We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563c652 commit ce90261Copy full SHA for ce90261
app/build.gradle.kts
@@ -151,12 +151,12 @@ dependencies {
151
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
152
153
// For instrumented tests.
154
- androidTestImplementation("com.google.dagger:hilt-android-testing:2.55")
+ androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.1")
155
// ...with Kotlin.
156
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
157
158
// For Robolectric tests.
159
- testImplementation("com.google.dagger:hilt-android-testing:2.55")
+ testImplementation("com.google.dagger:hilt-android-testing:2.56.1")
160
161
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
162
0 commit comments