Skip to content

Commit fe453d4

Browse files
committed
Update Compose BOM to 2026.03.00 for remaining projects
Bumps core Compose libraries (animation, foundation, runtime, ui, material) to 1.10.5 for JetNews, Jetcaster, Jetsnack, and Reply. - Verified with clean builds and unit tests across all projects. - Verified with instrumented tests for JetNews, Jetsnack, and Reply. - Jetcaster instrumented test failure is a pre-existing packaging issue with the rome library, unrelated to the Compose update.
1 parent 8d84ebd commit fe453d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

JetNews/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android-material3 = "1.14.0-alpha09"
88
androidGradlePlugin = "9.0.1"
99
androidx-activity-compose = "1.12.4"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2026.02.00"
11+
androidx-compose-bom = "2026.03.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.17.0"

Jetcaster/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android-material3 = "1.13.0-alpha13"
88
androidGradlePlugin = "8.10.1"
99
androidx-activity-compose = "1.10.1"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.09.00"
11+
androidx-compose-bom = "2026.03.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
1414
androidx-corektx = "1.16.0"

Jetsnack/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android-material3 = "1.14.0-alpha09"
44
androidGradlePlugin = "9.0.1"
55
androidx-activity-compose = "1.12.4"
66
androidx-appcompat = "1.7.1"
7-
androidx-compose-bom = "2026.02.00"
7+
androidx-compose-bom = "2026.03.00"
88
androidx-core-splashscreen = "1.2.0"
99
androidx-corektx = "1.17.0"
1010
androidx-glance = "1.2.0-rc01"

Reply/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android-material3 = "1.14.0-alpha09"
88
androidGradlePlugin = "9.0.1"
99
androidx-activity-compose = "1.12.4"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2026.02.00"
11+
androidx-compose-bom = "2026.03.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.17.0"

0 commit comments

Comments
 (0)