Skip to content

Commit

Permalink
Update dependency com.google.dagger:hilt-compiler to v2.53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 96380c1 commit b0896db
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 @@ -83,7 +83,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2"

implementation "com.google.dagger:hilt-android:2.40.5"
kapt "com.google.dagger:hilt-compiler:2.40.5"
kapt "com.google.dagger:hilt-compiler:2.53"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit b0896db

Please sign in to comment.