Bump com.google.dagger.hilt.android from 2.51.1 to 2.55

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

---
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>
This commit is contained in:
dependabot[bot]
2025-01-31 18:32:04 +00:00
committed by GitHub
parent c41c1b0e38
commit 0924aeea3e

View File

@@ -11,7 +11,7 @@ plugins {
id("com.google.gms.google-services") version "4.4.2" apply false id("com.google.gms.google-services") version "4.4.2" apply false
alias(libs.plugins.google.firebase.crashlytics) apply false alias(libs.plugins.google.firebase.crashlytics) apply false
id("com.google.dagger.hilt.android") version "2.51.1" apply false id("com.google.dagger.hilt.android") version "2.55" apply false
id("vkid.manifest.placeholders") version "1.1.0" apply true id("vkid.manifest.placeholders") version "1.1.0" apply true
} }