Bump hilt-android-compiler from 2.44 to 2.44.2 (#3072)

Bumps [hilt-android-compiler](https://github.com/google/dagger) from 2.44 to 2.44.2.
- [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.44...dagger-2.44.2)

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

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

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-11-17 09:30:21 -05:00 committed by GitHub
parent 41daf72efc
commit 1b5ab1c2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ dependencies {
"fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
implementation("com.google.dagger:hilt-android:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44.2")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")

View file

@ -60,7 +60,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("com.google.dagger:hilt-android:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44.2")
api("androidx.room:room-runtime:2.4.3")
api("androidx.room:room-ktx:2.4.3")

View file

@ -101,7 +101,7 @@ dependencies {
implementation("androidx.wear:wear-phone-interactions:1.0.1")
implementation("com.google.dagger:hilt-android:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
implementation("com.squareup.okhttp3:okhttp:4.10.0")