Skip to content

Commit

Permalink
Merge pull request #600 from fobo66/renovate/hilt
Browse files Browse the repository at this point in the history
Update plugin com.google.dagger.hilt.android to v2.50
  • Loading branch information
fobo66 authored Dec 20, 2023
2 parents 3e4a849 + b55113e commit b95ada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dependencyResolutionManagement {
}

register("di") {
version("hilt", "2.49")
version("hilt", "2.50")
plugin("hilt", "com.google.dagger.hilt.android").versionRef("hilt")
library("core", "com.google.dagger", "hilt-android").versionRef("hilt")
library("compiler", "com.google.dagger", "hilt-android-compiler").versionRef("hilt")
Expand Down

0 comments on commit b95ada1

Please sign in to comment.