Skip to content

Commit

Permalink
Update dependency com.google.dagger:hilt-android-compiler to v2.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent ca6173a commit 95424b1
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 @@ -87,7 +87,7 @@ dependencies {
// Hilt
implementation("com.google.dagger:hilt-android:2.51.1")
implementation("androidx.hilt:hilt-navigation-compose:1.2.0")
kapt("com.google.dagger:hilt-android-compiler:2.51.1")
kapt("com.google.dagger:hilt-android-compiler:2.52")

// Network
implementation("com.squareup.retrofit2:retrofit:2.11.0")
Expand Down

0 comments on commit 95424b1

Please sign in to comment.