Update Versions.compose to v1.7.6 (#1021)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-22 08:57:12 +00:00
committed by GitHub
parent b69e14b4a3
commit b1a6e92d6e

View File

@@ -4,7 +4,7 @@ object Versions {
const val room = "2.6.1"
const val navigation = "2.5.3"
const val hilt = "2.54"
const val compose = "1.7.5"
const val compose = "1.7.6"
const val activity = "1.7.1"
const val agp = "7.3.0"
const val composeMultiplatform = "1.3.0"