Upgrade Compose BOM to 2025.05.01 (Compose 1.8.x) + AGP 8.6 + compileSdk 35#88
Merged
Conversation
Bumps composeBom from 2024.12.01 to 2025.05.01, bringing Compose UI 1.8.x and Material3 1.4.x. No user-visible changes. https://claude.ai/code/session_01AGmvoYfqqkLA9SUWV6myXW
Compose 1.8.2 requires compileSdk >= 35. AGP 8.4.0 caps recommended compileSdk at 34, so both need to be bumped together. targetSdk stays at 34 to avoid behavioural changes for users. https://claude.ai/code/session_01AGmvoYfqqkLA9SUWV6myXW
5 tasks
AGP 8.6.0 requires Gradle 8.7 as its minimum. Updated the wrapper distributionUrl from 8.6 to 8.7. Added a one-line comment to LicensesScreen noting the active Compose BOM version so the file stays in sync with libs.versions.toml changes. https://claude.ai/code/session_01AGmvoYfqqkLA9SUWV6myXW
AGP 8.6.0 requires Gradle 8.7 as its minimum. The workflow files were pinning Gradle explicitly, overriding the wrapper, so the wrapper change alone was not enough. https://claude.ai/code/session_01AGmvoYfqqkLA9SUWV6myXW
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.
Summary
2024.12.01(Compose 1.7.6) to2025.05.01(Compose 1.8.2)8.4.0to8.6.0to supportcompileSdk 35compileSdkfrom34to35(required by Compose 1.8.x);targetSdkstays at340.21.2-beta.1to0.21.3-beta.1(versionCode 58)Supersedes #86 which failed CI because Compose 1.8.2 requires
compileSdk >= 35and AGP 8.4.0's maximum recommended compileSdk is 34.Test plan
compileSdk 35lint baseline still passeshttps://claude.ai/code/session_01AGmvoYfqqkLA9SUWV6myXW
Generated by Claude Code