From a1d276ae3eb06d2456dbcac731f095126fff71de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:31:43 +0000 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2026.09.00 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f64e891..b160202 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'androidx.activity:activity-compose:1.13.0' - def composeBom = platform('androidx.compose:compose-bom:2026.08.00') + def composeBom = platform('androidx.compose:compose-bom:2026.09.00') implementation composeBom implementation "androidx.compose.ui:ui" implementation "androidx.compose.foundation:foundation"