Skip to content

Commit

Permalink
Bump hilt-android from 2.40.2 to 2.40.5 (#1993)
Browse files Browse the repository at this point in the history
Bumps [hilt-android](https://github.com/google/dagger) from 2.40.2 to 2.40.5.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40.2...dagger-2.40.5)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 9, 2021
1 parent 278beee commit 949aebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -143,7 +143,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2")

implementation("com.google.dagger:hilt-android:2.40.2")
implementation("com.google.dagger:hilt-android:2.40.5")
kapt("com.google.dagger:hilt-android-compiler:2.40.5")

implementation("androidx.appcompat:appcompat:1.4.0")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")

implementation("com.google.dagger:hilt-android:2.40.2")
implementation("com.google.dagger:hilt-android:2.40.5")
kapt("com.google.dagger:hilt-android-compiler:2.40.5")

api("androidx.room:room-runtime:2.3.0")
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Expand Up @@ -96,7 +96,7 @@ dependencies {
implementation("com.google.android.gms:play-services-wearable:17.1.0")
compileOnly("com.google.android.wearable:wearable:2.8.1")

implementation("com.google.dagger:hilt-android:2.40.2")
implementation("com.google.dagger:hilt-android:2.40.5")
kapt("com.google.dagger:hilt-android-compiler:2.40.5")

implementation("com.squareup.okhttp3:okhttp:4.9.3")
Expand Down

0 comments on commit 949aebe

Please sign in to comment.