Skip to content

Commit 9288989

Browse files
Build(deps): Bump androidx.compose:compose-bom
Bumps androidx.compose:compose-bom from 2026.02.01 to 2026.03.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2026.03.00 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49502c9 commit 9288989

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.17.0")
4646

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

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

0 commit comments

Comments
 (0)