Update Compose dependencies to latest BOM 2026.08.00 across all samples - #1702
Merged
Merged
Conversation
srikrishnasakunia
requested review from
JolandaVerhoef,
compose-devrel-github-bot and
riggaroo
and removed request for
compose-devrel-github-bot
August 13, 2026 12:54
riggaroo
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 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:
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
• 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.
• Executed ./scripts/gradlew_recursive.sh spotlessCheck across all sample apps.
• Result: ✅ BUILD SUCCESSFUL with all formatting checks passing.