From 7e4e5ff452010149be2b6cbc08e4cec0a6df1c47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 06:39:35 +0000 Subject: [PATCH] Update dependency androidx.compose.foundation:foundation to v1.9.1 --- 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 7fdb8c02..4803296e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidx-datastore-preferences = { module = "androidx.datastore:datastore-prefer androidx-datastore = { module = "androidx.datastore:datastore", version = "1.1.7" } androidx-documentfile = { module = "androidx.documentfile:documentfile", version = "1.1.0" } androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" } -androidx-foundation = { module = "androidx.compose.foundation:foundation", version = "1.9.0" } +androidx-foundation = { module = "androidx.compose.foundation:foundation", version = "1.9.1" } androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.2.0" } androidx-hilt-work = { module = "androidx.hilt:hilt-work", version = "1.2.0" } androidx-junit = { module = "androidx.test.ext:junit", version = "1.3.0" }