fix(deps): update versions.room to v2.7.1 (#1172)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-09 15:34:45 +00:00
committed by GitHub
parent a792950296
commit 01e8443d16

View File

@@ -1,7 +1,7 @@
object Versions { object Versions {
const val kotlin = "2.0.21" const val kotlin = "2.0.21"
const val lifecycle = "2.6.1" const val lifecycle = "2.6.1"
const val room = "2.7.0" const val room = "2.7.1"
const val navigation = "2.5.3" const val navigation = "2.5.3"
const val hilt = "2.56.2" const val hilt = "2.56.2"
const val compose = "1.7.8" const val compose = "1.7.8"