Skip to content

Commit

Permalink
chore(deps): bump hilt-android from 2.40.3 to 2.40.4 in /app (#89)
Browse files Browse the repository at this point in the history
Bumps [hilt-android](https://github.com/google/dagger) from 2.40.3 to 2.40.4.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40.3...dagger-2.40.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 3, 2021
1 parent 045a385 commit 8f16e81
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 @@ -65,7 +65,7 @@ dependencies {
implementation 'com.android.volley:volley:1.2.1'

// Hilt
implementation "com.google.dagger:hilt-android:2.40.3"
implementation "com.google.dagger:hilt-android:2.40.4"
kapt "com.google.dagger:hilt-android-compiler:2.40.4"

implementation project(':places-ktx')
Expand Down

0 comments on commit 8f16e81

Please sign in to comment.