From 89ad4f1a1ac718480db3432843580fd03a17cb34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:28:23 +0000 Subject: [PATCH] Update dependency androidx.compose.ui:ui to v1.7.5 (#354) 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 db00d397560..7ca4b51660c 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.4" } -androidx-compose-ui = { module = "androidx.compose.ui:ui", version = "1.7.4" } +androidx-compose-ui = { module = "androidx.compose.ui:ui", version = "1.7.5" } androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" } androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-paging" }