Skip to content

Commit

Permalink
Update dagger (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid authored Jan 11, 2025
1 parent c3b1602 commit 2f5dbc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/dependencies/releaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ androidx.window:window:1.4.0-alpha05
androidx.work:work-runtime:2.10.0
com.google.accompanist:accompanist-drawablepainter:0.36.0
com.google.code.findbugs:jsr305:3.0.2
com.google.dagger:dagger-lint-aar:2.54
com.google.dagger:dagger:2.54
com.google.dagger:hilt-android:2.54
com.google.dagger:hilt-core:2.54
com.google.dagger:dagger-lint-aar:2.55
com.google.dagger:dagger:2.55
com.google.dagger:hilt-android:2.55
com.google.dagger:hilt-core:2.55
com.google.guava:listenablefuture:1.0
com.jakewharton.timber:timber:5.0.1
com.squareup.okhttp3:okhttp:4.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.7.3"
ksp = "2.1.0-1.0.29"

# Dagger
dagger = "2.54"
dagger = "2.55"
androidxhilt = "1.2.0"

# AndroidX
Expand Down

0 comments on commit 2f5dbc3

Please sign in to comment.