Skip to content

Commit ff27138

Browse files
authored
Merge pull request #712 from AppDevNext/dependabot/gradle/master/androidx.compose-compose-bom-2026.01.01
Bump androidx.compose:compose-bom from 2024.12.01 to 2026.01.01
2 parents 8028c25 + d207ce4 commit ff27138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chartLibCompose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
api(project(":chartLib"))
5353

5454
// Compose dependencies
55-
val composeBom = platform("androidx.compose:compose-bom:2024.12.01")
55+
val composeBom = platform("androidx.compose:compose-bom:2026.01.01")
5656
implementation(composeBom)
5757
implementation("androidx.compose.material3:material3")
5858
implementation("androidx.compose.ui:ui")

0 commit comments

Comments
 (0)