Bump hilt-android-gradle-plugin from 2.42 to 2.43.1 (#2742)

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

---
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] 2022-08-04 18:01:52 -04:00 committed by GitHub
parent cffb397ffc
commit b7d23d1c66
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.0.2")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.8.2.1")
classpath("com.github.triplet.gradle:play-publisher:3.7.0")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.42")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.43.1")
}
}