Skip to content

Commit

Permalink
Update to dagger 2.52
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Oct 9, 2024
1 parent 0960475 commit 1d5a5b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions app/dependencies/releaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ com.google.android.play:core-common:2.0.3
com.google.android.ump:user-messaging-platform:2.2.0
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.8.9
com.google.dagger:dagger-lint-aar:2.51.1
com.google.dagger:dagger:2.51.1
com.google.dagger:hilt-android:2.51.1
com.google.dagger:hilt-core:2.51.1
com.google.dagger:dagger-lint-aar:2.52
com.google.dagger:dagger:2.52
com.google.dagger:hilt-android:2.52
com.google.dagger:hilt-core:2.52
com.google.errorprone:error_prone_annotations:2.26.0
com.google.firebase:firebase-abt:21.1.1
com.google.firebase:firebase-analytics:22.0.0
Expand Down Expand Up @@ -220,6 +220,7 @@ io.github.fornewid:material-motion-compose-core:1.1.3
io.github.fornewid:naver-map-compose:1.5.7
io.github.fornewid:naver-map-location:21.0.1
io.github.fornewid:photo-compose:1.0.1
jakarta.inject:jakarta.inject-api:2.0.1
javax.inject:javax.inject:1
org.brotli:dec:0.1.2
org.checkerframework:checker-qual:3.12.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serialization = "1.6.3"
ksp = "2.0.0-1.0.21"

# Dagger
dagger = "2.51.1"
dagger = "2.52"
androidxhilt = "1.2.0"

# AndroidX
Expand Down

0 comments on commit 1d5a5b9

Please sign in to comment.