From c54c9c5c952b3fb2bde0bff1ee86cc7b168be5d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:03:51 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.foundation:foundation to v1.7.7 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c485bd006..0a476e0e7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ androidx-annotation = "1.6.0" # compose compose-core = "1.4.2" -compose-foundation = "1.6.0-alpha04" # use alpha for HorizontalPager +compose-foundation = "1.7.7" # use alpha for HorizontalPager compose-material = "1.4.2" compose-runtime = "1.5.0-alpha03" # use alpha for SnapshotStateList#toList compose-lifecycle = "2.6.1" # use alpha for StateFlow#collectAsStateWithLifecycle