Bump com.google.dagger:hilt-android-gradle-plugin from 2.44.2 to 2.45 (#3331)

Bumps [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.44.2 to 2.45.
- [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.44.2...dagger-2.45)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-gradle-plugin
  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>
This commit is contained in:
dependabot[bot] 2023-02-14 20:35:46 -05:00 committed by GitHub
parent 55fff2b87f
commit 47b2d83b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ buildscript {
classpath("com.google.firebase:firebase-appdistribution-gradle:3.2.0")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.8.2.1")
classpath("com.github.triplet.gradle:play-publisher:3.8.1")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.44.2")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.45")
}
}