Update Versions.room to v2.6.1 (#975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-17 21:15:19 +05:30
committed by GitHub
parent 4fb488cd3e
commit 7fd3d4f796

View File

@@ -1,7 +1,7 @@
object Versions {
const val kotlin = "2.0.20"
const val lifecycle = "2.6.1"
const val room = "2.5.2"
const val room = "2.6.1"
const val navigation = "2.5.3"
const val hilt = "2.52"
const val compose = "1.7.1"