From 206c756ad7a424814f15e1721a94b41b4e9e148d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Sep 2026 02:01:21 +0000 Subject: [PATCH] Update dependency androidx.compose.foundation:foundation to v1.12.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3af1e98..bdf1e7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,7 +118,7 @@ android { } dependencies { - implementation 'androidx.compose.foundation:foundation:1.12.0' + implementation 'androidx.compose.foundation:foundation:1.12.1' implementation 'androidx.compose.runtime:runtime:1.12.0' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'