From 1f4568822b611bb322d8c24c4b6ad0a8947de6ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 02:20:05 +0000 Subject: [PATCH] Update dependency androidx.compose.ui:ui to v1.7.7 (#387) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 f66e4b8a6ae..f4b55d28fc1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a # Specify the full coordinate for Renovate to track even though we only use the version. androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.15" androidx-compose-material = { module = "androidx.compose.material:material", version = "1.7.7" } -androidx-compose-ui = { module = "androidx.compose.ui:ui", version = "1.7.6" } +androidx-compose-ui = { module = "androidx.compose.ui:ui", version = "1.7.7" } androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" } androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" } androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-paging" }