Skip to content

Commit 8093379

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

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

4848
// Compose BOM (Bill of Materials)
49-
implementation(platform("androidx.compose:compose-bom:2025.09.00"))
49+
implementation(platform("androidx.compose:compose-bom:2025.09.01"))
5050

5151
// Compose dependencies
5252
implementation("androidx.activity:activity-compose:1.11.0")

0 commit comments

Comments
 (0)