mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-10 09:09:44 -06:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user