Skip to content

Commit

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

---
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] authored Jul 31, 2023
1 parent ea2036e commit dc9bf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {

// Hilt
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.47")

}
apply plugin: 'com.google.gms.google-services'

0 comments on commit dc9bf8f

Please sign in to comment.