Skip to content

Commit

Permalink
fix(deps): update dependency com.google.dagger:hilt-android-compiler …
Browse files Browse the repository at this point in the history
…to v2.48.1
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent a2971e4 commit dbfd90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ dependencies {

// Hilt
implementation("com.google.dagger:hilt-android:2.48")
kapt("com.google.dagger:hilt-android-compiler:2.47")
kapt("com.google.dagger:hilt-android-compiler:2.48.1")

// Compose BOM
implementation platform('androidx.compose:compose-bom:2023.08.00')
Expand Down

0 comments on commit dbfd90e

Please sign in to comment.