Skip to content

Commit

Permalink
Merge pull request #124 from Crazy-Marvin/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.dagger-hilt-android-2.52

Bump com.google.dagger:hilt-android from 2.51.1 to 2.52
  • Loading branch information
CrazyMarvin authored Sep 2, 2024
2 parents d0be59e + f4ee881 commit 7788151
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 @@ -201,7 +201,7 @@ dependencies {
implementation("com.mikepenz:aboutlibraries:11.2.2")

//Dagger-hilt
implementation ("com.google.dagger:hilt-android:2.51.1")
implementation ("com.google.dagger:hilt-android:2.52")
ksp ("com.google.dagger:hilt-android-compiler:2.52")
ksp ("androidx.hilt:hilt-compiler:1.2.0")

Expand Down

0 comments on commit 7788151

Please sign in to comment.