fix(deps): update versions.hilt to v2.51 (#807)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-02 07:54:00 +00:00
committed by GitHub
parent 57c41c0b93
commit ce73e64225

View File

@@ -3,7 +3,7 @@ object Versions {
const val lifecycle = "2.6.1"
const val room = "2.5.2"
const val navigation = "2.5.3"
const val hilt = "2.48.1"
const val hilt = "2.51"
const val compose = "1.6.2"
const val activity = "1.7.1"
const val agp = "7.3.0"