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