Skip to content

Commit bb5c44c

Browse files
authored
Merge pull request #225 from Hepolise/dependabot/gradle/main/androidx.compose-compose-bom-2026.01.01
Build(deps): Bump androidx.compose:compose-bom from 2026.01.00 to 2026.01.01
2 parents a82691c + f3b0539 commit bb5c44c

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
@@ -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.01.00"))
48+
implementation(platform("androidx.compose:compose-bom:2026.01.01"))
4949

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

0 commit comments

Comments
 (0)