Skip to content

Commit 46d004c

Browse files
Build(deps): Bump androidx.compose:compose-bom
Bumps androidx.compose:compose-bom from 2026.04.01 to 2026.05.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2026.05.00 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 375f633 commit 46d004c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation("androidx.core:core-ktx:1.18.0")
4646

4747
// Compose BOM (Bill of Materials)
48-
implementation(platform("androidx.compose:compose-bom:2026.04.01"))
48+
implementation(platform("androidx.compose:compose-bom:2026.05.00"))
4949

5050
// Compose dependencies
5151
implementation("androidx.activity:activity-compose:1.13.0")

0 commit comments

Comments
 (0)