Bump hilt-android from 2.40.5 to 2.41 (#2293)

Bumps [hilt-android](https://github.com/google/dagger) from 2.40.5 to 2.41.
- [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.40.5...dagger-2.41)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-19 13:49:40 -05:00 committed by GitHub
parent 23faeac72c
commit 8af88297c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -143,7 +143,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0")
implementation("com.google.dagger:hilt-android:2.40.5")
implementation("com.google.dagger:hilt-android:2.41")
kapt("com.google.dagger:hilt-android-compiler:2.40.5")
implementation("androidx.appcompat:appcompat:1.4.1")

View file

@ -52,7 +52,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.10")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
implementation("com.google.dagger:hilt-android:2.40.5")
implementation("com.google.dagger:hilt-android:2.41")
kapt("com.google.dagger:hilt-android-compiler:2.40.5")
api("androidx.room:room-runtime:2.4.1")

View file

@ -98,7 +98,7 @@ dependencies {
implementation("androidx.wear:wear-remote-interactions:1.0.0")
compileOnly("com.google.android.wearable:wearable:2.8.1")
implementation("com.google.dagger:hilt-android:2.40.5")
implementation("com.google.dagger:hilt-android:2.41")
kapt("com.google.dagger:hilt-android-compiler:2.40.5")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")