Skip to content

Update Compose dependencies to latest BOM 2026.08.00 across all samples - #1702

Merged
srikrishnasakunia merged 1 commit into
mainfrom
ssakunia/compose-update-2026-08-13
Aug 14, 2026
Merged

Update Compose dependencies to latest BOM 2026.08.00 across all samples#1702
srikrishnasakunia merged 1 commit into
mainfrom
ssakunia/compose-update-2026-08-13

Conversation

@srikrishnasakunia

Copy link
Copy Markdown
Contributor

📌 Overview

Upgraded all 6 sample applications in the compose-samples repository to the latest AndroidX Compose BOM 2026.08.00
and synced compatible companion tool dependencies.
──────

📦 Detailed Dependency Changes

1. Core Compose BOM Update (All Samples)

The Compose Bill of Materials (BOM) was upgraded to 2026.08.00, bringing in the latest releases for
androidx.compose.ui, androidx.compose.foundation, androidx.compose.material3, androidx.compose.animation, and
androidx.compose.runtime:

Project File Previous BOM Updated BOM
JetLagged libs.versions.toml 2026.06.01 2026.08.00
JetNews libs.versions.toml 2026.06.01 2026.08.00
Jetcaster libs.versions.toml 2026.06.00 2026.08.00
Jetchat libs.versions.toml 2026.06.01 2026.08.00
Jetsnack libs.versions.toml 2026.06.01 2026.08.00
Reply libs.versions.toml 2026.06.01 2026.08.00
──────

2. Companion Dependency Updates

In sync with the repository's version catalog update tooling (scripts/updateDeps.sh), the following companion tools
and libraries were also updated across the standard sample catalogs:

• androidx-appcompat: 1.7.1 ➔ 1.8.0
• ksp (Kotlin Symbol Processing): 2.3.10 ➔ 2.3.11
• roborazzi (Screenshot Testing): 1.70.0 ➔ 1.71.0
• gradle-versions (Version Checking Plugin): 0.59.0 ➔ 0.61.0
──────

🔍 Verification & Testing

  1. Full Build Compilation:
    • Executed ./scripts/gradlew_recursive.sh assembleDebug across all sample apps (JetLagged, Jetcaster, JetNews,
    Jetsnack, Reply, Jetchat).
    • Result: ✅ BUILD SUCCESSFUL on all 6 projects with zero compilation errors.
  2. Code Style & Lint Verification:
    • Executed ./scripts/gradlew_recursive.sh spotlessCheck across all sample apps.
    • Result: ✅ BUILD SUCCESSFUL with all formatting checks passing.

@srikrishnasakunia
srikrishnasakunia merged commit 1777b8f into main Aug 14, 2026
25 checks passed
@srikrishnasakunia
srikrishnasakunia deleted the ssakunia/compose-update-2026-08-13 branch August 14, 2026 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants