From 247270e11ccd6d0c38ec4b8eb35a24244011bc20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:58:58 +0000 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2026 --- 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 9229c5c..032220d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.re truth = { module = "com.google.truth:truth", version = "1.4.5" } # Used by the sample app -compose-bom = { module = "androidx.compose:compose-bom", version = "2025.05.01" } +compose-bom = { module = "androidx.compose:compose-bom", version = "2026.06.01" } compose-material = { module = "androidx.compose.material:material" } compose-runtime = { module = "androidx.compose.runtime:runtime" }