Update Versions.hilt to v2.54 (#1018)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-21 14:25:32 +05:30
committed by GitHub
parent bd57e9382c
commit 6bbc2e2d4e

View File

@@ -3,7 +3,7 @@ object Versions {
const val lifecycle = "2.6.1"
const val room = "2.6.1"
const val navigation = "2.5.3"
const val hilt = "2.53"
const val hilt = "2.54"
const val compose = "1.7.5"
const val activity = "1.7.1"
const val agp = "7.3.0"