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 9f960df commit 10e899dCopy full SHA for 10e899d
app/build.gradle.kts
@@ -154,12 +154,12 @@ dependencies {
154
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
155
156
// For instrumented tests.
157
- androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.1")
+ androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.2")
158
// ...with Kotlin.
159
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
160
161
// For Robolectric tests.
162
- testImplementation("com.google.dagger:hilt-android-testing:2.56.1")
+ testImplementation("com.google.dagger:hilt-android-testing:2.56.2")
163
164
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
165
0 commit comments