From 19144b7f14597b9338088d9dfa43164031c7fcb5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Aug 2026 02:01:33 +0000 Subject: [PATCH] Update dependency androidx.compose.foundation:foundation to v1.12.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d195e9e..14033ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -96,7 +96,7 @@ android { } dependencies { - implementation 'androidx.compose.foundation:foundation:1.11.4' + implementation 'androidx.compose.foundation:foundation:1.12.0' implementation 'androidx.compose.runtime:runtime:1.11.4' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'