Merge pull request #158 from yogeshpaliyal/dependabot/gradle/com.google.dagger-hilt-android-testing-2.42

[Android]: Bump hilt-android-testing from 2.41 to 2.42
This commit is contained in:
Yogesh Choudhary Paliyal
2022-05-11 20:33:23 +05:30
committed by GitHub

View File

@@ -127,12 +127,12 @@ dependencies {
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.41")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.42")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:2.40")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.40.5")
testImplementation("com.google.dagger:hilt-android-testing:2.42")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:2.40")