Skip to content

Commit

Permalink
Bump hilt_version from 2.52 to 2.54 in /05_views/android
Browse files Browse the repository at this point in the history
Bumps `hilt_version` from 2.52 to 2.54.

Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.52 to 2.54
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.52...dagger-2.54)

Updates `com.google.dagger:hilt-android` from 2.52 to 2.54
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.52...dagger-2.54)

Updates `com.google.dagger:hilt-compiler` from 2.52 to 2.54
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.52...dagger-2.54)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 4061ad4 commit b67a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05_views/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "2.0.21"
ext.hilt_version = "2.52"
ext.hilt_version = "2.54"

repositories {
google()
Expand Down

0 comments on commit b67a853

Please sign in to comment.