Skip to content

Commit b1ae166

Browse files
Bump androidx.compose:compose-bom from 2024.11.00 to 2025.12.00
Bumps androidx.compose:compose-bom from 2024.11.00 to 2025.12.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.12.00 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3f8a38 commit b1ae166

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
@@ -55,7 +55,7 @@ dependencies {
5555
implementation(project(":MPChartLib"))
5656

5757
// Compose BOM
58-
val composeBom = platform("androidx.compose:compose-bom:2024.11.00")
58+
val composeBom = platform("androidx.compose:compose-bom:2025.12.00")
5959
implementation(composeBom)
6060
androidTestImplementation(composeBom)
6161

0 commit comments

Comments
 (0)