Upgrade Compose BOM to 2025.05.01 (Compose 1.8.x)#83
Closed
mapgie wants to merge 1 commit into
Closed
Conversation
Bumps composeBom from 2024.06.00 to 2025.05.01, bringing Compose UI 1.8.x and Material3 1.4.x. No user-visible changes. Supersedes the Compose 1.7 bump that was staged in #81. https://claude.ai/code/session_01AGmvoYfqqkLA9SUWV6myXW
3 tasks
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.
Supersedes #81. Goes directly from
2024.06.00to2025.05.01, skipping the intermediate 1.7 bump.Summary
composeBomfrom2024.06.00to2025.05.01Potential gotcha: compileSdk
Material3 1.4.x uses some API 35 surfaces. If CI reports errors referencing
compileSdk, the fix is to bumpcompileSdkfrom34to35inapp/build.gradle.kts(targetSdk can stay at 34 to avoid behavioral changes). That would also require an AGP bump — raise it if needed.Merge order
Merge this first, then rebase #82 (drag to reorder) on top.
Test plan
https://claude.ai/code/session_01AGmvoYfqqkLA9SUWV6myXW
Generated by Claude Code