Skip to content

Commit

Permalink
build(deps): bump com.google.dagger.hilt.android from 2.50 to 2.51 (#309
Browse files Browse the repository at this point in the history
)

Bumps [com.google.dagger.hilt.android](https://github.com/google/dagger) from 2.50 to 2.51.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.50...dagger-2.51)

---
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] committed Mar 1, 2024
1 parent 5e7581f commit c4db4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("com.android.application") version agpVersion apply false
id("com.android.library") version agpVersion apply false
id("org.jetbrains.kotlin.android") version kotlinVersion apply false
id("com.google.dagger.hilt.android") version "2.50" apply false
id("com.google.dagger.hilt.android") version "2.51" apply false
id("com.google.devtools.ksp") version "$kotlinVersion-1.0.17" apply false
id("org.gradle.android.cache-fix") version "3.0.1" apply false
}
Expand Down

0 comments on commit c4db4d9

Please sign in to comment.