Skip to content

Commit b0dc5f1

Browse files
authored
Merge pull request #199 from Hepolise/dependabot/gradle/main/androidx.compose-compose-bom-2025.11.01
Build(deps): Bump androidx.compose:compose-bom from 2025.11.00 to 2025.11.01
2 parents 042ac52 + 6f8fe20 commit b0dc5f1

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.11.00"))
49+
implementation(platform("androidx.compose:compose-bom:2025.11.01"))
5050

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

0 commit comments

Comments
 (0)