Skip to content

Commit

Permalink
Update dependency com.google.dagger:hilt-android to v2.54
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 1972197 commit c2fc69c
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 @@ -54,7 +54,7 @@ dependencies {
implementation("androidx.core:core-splashscreen:1.0.1")
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("com.google.dagger:hilt-android:2.47")
implementation("com.google.dagger:hilt-android:2.54")
debugImplementation("androidx.compose.ui:ui-tooling")
kapt("com.google.dagger:hilt-android-compiler:2.47")
}

0 comments on commit c2fc69c

Please sign in to comment.