Skip to content

Commit

Permalink
Bump com.google.dagger:dagger-android-processor from 2.53 to 2.54
Browse files Browse the repository at this point in the history
Bumps [com.google.dagger:dagger-android-processor](https://github.com/google/dagger) from 2.53 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.53...dagger-2.54)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-android-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent b9b9dbe commit 2af825f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
compileOnly 'javax.annotation:jsr250-api:1.0'

kapt 'com.google.dagger:dagger-compiler:2.53'
kapt 'com.google.dagger:dagger-android-processor:2.53'
kapt 'com.google.dagger:dagger-android-processor:2.54'
api 'com.google.dagger:dagger-android-support:2.53'
api 'com.google.dagger:dagger-android:2.53'
api 'com.google.dagger:dagger:2.53'
Expand Down

0 comments on commit 2af825f

Please sign in to comment.