Skip to content

Commit

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

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

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] authored Dec 4, 2023
1 parent be4aca7 commit 7b075c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ dependencies {
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.security:security-crypto:1.1.0-alpha06")
implementation("de.hdodenhof:circleimageview:3.1.0")
implementation("com.google.dagger:hilt-android:2.48.1")
implementation("com.google.dagger:hilt-android:2.49")

kapt("com.google.dagger:hilt-android-compiler:2.48.1")
kapt("com.google.dagger:hilt-android-compiler:2.49")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
Expand Down

0 comments on commit 7b075c4

Please sign in to comment.