From 76f237b19bd623d3fcf0a9e3511aadc41ac3ca72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 10:05:19 +0000 Subject: [PATCH] Bump hilt-android-compiler from 2.38 to 2.40.4 Bumps [hilt-android-compiler](https://github.com/google/dagger) from 2.38 to 2.40.4. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.38...dagger-2.40.4) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 6 +++--- modules/database/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f6312830..f94d8bf5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,18 +83,18 @@ dependencies { // Dagger Hilt (DI) implementation 'com.google.dagger:hilt-android:2.38.1' - kapt 'com.google.dagger:hilt-android-compiler:2.38' + kapt 'com.google.dagger:hilt-android-compiler:2.40.4' implementation 'androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha03' implementation 'androidx.hilt:hilt-work:1.0.0' kapt 'androidx.hilt:hilt-compiler:1.0.0' // Hilt testing dependency androidTestImplementation 'com.google.dagger:hilt-android-testing:2.38' // Make Hilt generate code in the androidTest folder - kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.35.1' + kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.40.4' // For instrumentation tests androidTestImplementation 'com.google.dagger:hilt-android-testing:2.38' - kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.35.1' + kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.40.4' // For local unit tests testImplementation 'com.google.dagger:hilt-android-testing:2.38' diff --git a/modules/database/build.gradle b/modules/database/build.gradle index a1c9f467..e9b0816d 100644 --- a/modules/database/build.gradle +++ b/modules/database/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation "androidx.room:room-testing:2.3.0" // Dagger Hilt (DI) implementation 'com.google.dagger:hilt-android:2.38.1' - kapt 'com.google.dagger:hilt-android-compiler:2.38' + kapt 'com.google.dagger:hilt-android-compiler:2.40.4' implementation 'androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha03' implementation 'androidx.hilt:hilt-work:1.0.0' kapt 'androidx.hilt:hilt-compiler:1.0.0'