Update Jetpack dependencies to latest alpha, enable tests#1375
Open
ithinkihaveacat wants to merge 3 commits into
Open
Update Jetpack dependencies to latest alpha, enable tests#1375ithinkihaveacat wants to merge 3 commits into
ithinkihaveacat wants to merge 3 commits into
Conversation
- androidx.glance.wear:wear: 1.0.0-alpha09 -> 1.0.0-alpha10 - androidx.compose.remote:remote-creation-compose: 1.0.0-alpha11 - androidx.wear.compose.remote:remote-material3: 1.0.0-alpha04 Updated WearWidgetPreviewSnapshot.kt to handle the rename of RemoteDocPreview to RemoteDocumentPreview in remote-creation-compose alpha11.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates several library versions in the libs.versions.toml file, including remoteMaterialAlpha, remoteComposeAlpha, wear, and wearCore. Correspondingly, it renames the RemoteDocPreview component to RemoteDocumentPreview in WearWidgetPreviewSnapshot.kt to maintain compatibility with the updated libraries. I have no feedback to provide as there were no review comments.
Update imports in HelloWidgetTest.kt and WeatherWidgetTest.kt to use androidx.compose.ui.test.junit4.v2.createComposeRule as suggested by deprecation warnings.
Add a GitHub Actions workflow to run tests on push to main and widgets-update-deps branches, and on pull requests to main.
kul3r4
approved these changes
Jun 10, 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.
Updated WearWidgetPreviewSnapshot.kt to handle the rename of RemoteDocPreview to RemoteDocumentPreview in
remote-creation-compose alpha11.