chore(deps): Bump navigation and compose UI deps - #6080
Merged
Conversation
Align sentry-compose and related test surfaces on a newer AndroidX Compose and Navigation baseline. This removes the stale navigation-compose classpath that required explicit test-only foundation overrides and keeps the Compose test/runtime mix coherent again. Co-Authored-By: OpenAI GPT-5.4 <noreply@openai.com>
0xadam-brown
requested review from
adinauer,
markushi,
romtsn and
runningcode
as code owners
September 9, 2026 07:55
📲 Install BuildsAndroid
|
…se 1.9.3 The androidx.activity bump to 1.9.3 changed RequestPermission's input generic to non-null String, so registerForActivityResult now returns ActivityResultLauncher<String>. Update the field type to match and fix the compileReleaseKotlin break in sentry-uitest-android-critical.
runningcode
approved these changes
Sep 9, 2026
Contributor
|
YESSS! |
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.
📜 Description
PR bumps the (stale) Compose / Navigation baseline in
sentry-composeenough to remove the old Robolectric test workaround discussed with @runningcode here.The final versions are limited to a coherent set that fixes the issue and still behaves well:
androidxNavigation->2.9.8androidxCompose->1.9.5androidx.activity:activity-compose->1.9.3I initially tried pushing Navigation Compose to
2.10.0, but that raised the sample app floor throughnavigation-runtime-androidand broke the sample app install path (minSdk 23vs24).💡 Motivation and Context
Let's us avoid introducing compose test deps all over the place just to keep Robolectric happy, and gets us off compose libraries from 2022.
💚 How did you test it?
Existing test suite still succeeds.
Compared runtime behavior pre- and post-bump via the sample app + golden flows. No observed differences.
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
#skip-changlog