From 4eaa6dce20bad814c182145fe13b43e7295edf0e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 8 Oct 2025 20:43:08 +0000
Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to
v2025.10.00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 5 +++++
ui/build.gradle | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index b1810a97..b1806433 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -832,6 +832,11 @@
+
+
+
+
+
diff --git a/ui/build.gradle b/ui/build.gradle
index 36a5e970..7b65f29d 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -43,7 +43,7 @@ android {
}
dependencies {
- implementation(platform("androidx.compose:compose-bom:2025.09.01"))
+ implementation(platform("androidx.compose:compose-bom:2025.10.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.material3:material3")