Skip to content

Commit

Permalink
Bump hilt-android-compiler from 2.40.5 to 2.41
Browse files Browse the repository at this point in the history
Bumps [hilt-android-compiler](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](google/dagger@dagger-2.40.5...dagger-2.41)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2022
1 parent b0d81fb commit f5f15bd
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 @@ -144,7 +144,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0")

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

implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")

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

api("androidx.room:room-runtime:2.4.1")
api("androidx.room:room-ktx:2.4.1")
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Expand Up @@ -99,7 +99,7 @@ dependencies {
compileOnly("com.google.android.wearable:wearable:2.8.1")

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

implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")
implementation("com.squareup.okhttp3:okhttp:4.9.3")
Expand Down

0 comments on commit f5f15bd

Please sign in to comment.