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

[Android]: Bump hilt-android-testing from 2.40 to 2.40.1
This commit is contained in:
Yogesh Choudhary Paliyal
2021-11-12 08:11:21 +05:30
committed by GitHub

View File

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