Skip to content

Commit

Permalink
Bump com.google.dagger:dagger-android from 2.53 to 2.54
Browse files Browse the repository at this point in the history
Bumps [com.google.dagger:dagger-android](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
  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 7cfa08a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ 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'
api 'com.google.dagger:dagger-android-support:2.53'
api 'com.google.dagger:dagger-android:2.53'
kapt 'com.google.dagger:dagger-android-processor:2.54'
api 'com.google.dagger:dagger-android-support:2.54'
api 'com.google.dagger:dagger-android:2.54'
api 'com.google.dagger:dagger:2.53'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 7cfa08a

Please sign in to comment.