Update dependencies#887
Open
MagicalMeghan wants to merge 3 commits intomainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates numerous dependency versions in the version catalog, migrates Compose test imports to the v2 package, and increments the Gradle wrapper version. Review feedback identifies several likely typos in version numbers for the Compose BOM, Kotlin, and Mockito-Kotlin. Additionally, there is a concern regarding the activation of a specific AndroidX snapshot version in the Gradle properties, which may impact build stability and reproducibility.
| androidx-cameraX = "1.6.0" | ||
| androidx-car = "1.7.0" | ||
| androidx-compose-bom = "2026.03.00" | ||
| androidx-compose-bom = "2026.04.01" |
Contributor
There was a problem hiding this comment.
| horologist = "0.8.3-alpha" | ||
| junit = "4.13.2" | ||
| kotlin = "2.3.10" | ||
| kotlin = "2.3.21" |
Contributor
| mockitoKotlin = "5.3.1" | ||
| media3 = "1.10.0" | ||
| media3Ui = "1.10.0" | ||
| mockitoKotlin = "6.3.0" |
Contributor
| # Use an AndroidX snapshot build. | ||
| # https://androidx.dev/snapshots/builds | ||
| # snapshotVersion=14793336 No newline at end of file | ||
| snapshotVersion=14793336 |
Contributor
There was a problem hiding this comment.
kul3r4
approved these changes
Apr 29, 2026
Contributor
kul3r4
left a comment
There was a problem hiding this comment.
LGTM for updating Wear dependenciws
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.
Update dependencies for Compose 1.11