Skip to content

Commit

Permalink
Update dependency com.google.dagger:hilt-android to v2.51
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 9fe8f76 commit 03cad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-test-manifest:$compose_ui_version")
implementation("com.apollographql.apollo3:apollo-runtime:3.7.3")

implementation("com.google.dagger:hilt-android:2.44.2")
implementation("com.google.dagger:hilt-android:2.51")
kapt("com.google.dagger:hilt-android-compiler:2.44.2")
kapt("androidx.hilt:hilt-compiler:1.0.0")
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
Expand Down

0 comments on commit 03cad83

Please sign in to comment.