From 2cf2dafacd5a620735c1f8f890a9cab3551ed1b6 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 8 Jun 2026 15:31:52 +0200 Subject: [PATCH] fix(deps): correct Compose BOM to 2026.05.01 The previously-declared 2026.06.00 is listed on developer.android.com's BOM mapping page but is not yet published to Google's Maven repository. Verified against maven-metadata.xml directly that 2026.05.01 is the actual latest published BOM. Co-Authored-By: Claude Opus 4.7 (1M context) --- 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 f1c7f8e..758930e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ hilt = "2.59.2" coreKtx = "1.19.0" lifecycleRuntime = "2.10.0" activityCompose = "1.13.0" -composeBom = "2026.06.00" +composeBom = "2026.05.01" # Material 3 Expressive APIs currently live only in the 1.5 alpha line. # Pin explicitly to override the BOM (which ships stable 1.4.0). # Re-evaluate when 1.5.0 stable lands.