| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Sorry, something went wrong.
📲 Install BuildsAndroid
|
Sorry, something went wrong.
Establish the new Android Navigation 3 integration module and register it with the build and publication metadata. This keeps the first step focused on the module boundary itself, without introducing generated API surface or implementation code yet. Co-Authored-By: OpenCode <noreply@opencode>
AGP 9 only generates unit tests for the configured test build type. Because this module disables the debug variant, point unit tests at release so future tests run instead of being skipped.
| Back | FazBrowse Home | New Git URL |
PR Stack (Android Nav3)
📜 Description
Create the new sentry-android-navigation3 module and wire it into the build.
This keeps the first step of the stack focused on the module boundary itself: Gradle registration,
module layout, and Android library scaffolding, without introducing implementation code yet.
💡 Motivation and Context
Before we can add any Nav3 behavior, we need a clean module home for it. Splitting that setup out
first makes the rest of the stack easier to review and reason about.
addresses: JAVA-274
💚 How did you test it?
Built it + verified the config works correctly with the remaining PRs in this stack.
📝 Checklist
🔮 Next steps
Layer route modeling on top of the module scaffold.
#skip-changelog