build(deps): bump androidx-navigation from 2.9.8 to 2.10.0 - #1411
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump androidx-navigation from 2.9.8 to 2.10.0#1411dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps `androidx-navigation` from 2.9.8 to 2.10.0. Updates `androidx.navigation:navigation-fragment-ktx` from 2.9.8 to 2.10.0 Updates `androidx.navigation:navigation-ui-ktx` from 2.9.8 to 2.10.0 Updates `androidx.navigation.safeargs.kotlin` from 2.9.8 to 2.10.0 --- updated-dependencies: - dependency-name: androidx.navigation:navigation-fragment-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.navigation:navigation-ui-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.navigation.safeargs.kotlin dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
Closing in favour of #1420, which removes these artifacts rather than upgrading them. Navigation 2 is unused: the app navigates with Navigation 3 behind |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/gradle/code/cash/androidx-navigation-2.10.0
branch
September 4, 2026 16:38
bmc08gt
added a commit
that referenced
this pull request
Sep 4, 2026
* chore(deps): drop the unused Navigation 2 dependencies The app navigates with Navigation 3 behind `CodeNavigator`, but the build still declared Navigation 2: `navigation-fragment-ktx` in `:ui:theme`, `navigation-ui-ktx` in the app module, and the `safeargs` plugin in both the root and app scripts. Nothing consumed any of it. There are no `androidx.navigation` imports in Kotlin sources, no navigation graph XML, no `NavHostFragment`, and no generated `Directions` or `Args` classes. `:ui:theme` uses `FragmentActivity` in `View.kt`, which arrived transitively through `navigation-fragment-ktx`. It still resolves without it, because `androidx-appcompat` is already declared there and depends on `androidx.fragment` as an `api` dependency. `:ui:theme:compileDebugKotlin` and `:apps:flipcash:app:compileDebugKotlin` both pass. This closes #1411, which bumped these artifacts to 2.10.0. * fix(deps): declare Material Components, lost with the Navigation 2 removal Theme.Code extends Theme.MaterialComponents.DayNight.NoActionBar, but com.google.android.material:material was never declared in the build — it resolved transitively through navigation-ui, whose POM pins it at 1.4.0. Dropping navigation-ui took it off the resource path and broke processDebugResources on the theme parent and its colorPrimaryVariant, colorOnPrimary, colorSecondary, colorSecondaryVariant and colorOnSecondary attributes. Declare it at 1.4.0, the version already resolving, so this stays a build-graph change rather than a theming one. Material 1.5 reworked the color attributes, so a bump is worth doing on its own.
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.
Bumps
androidx-navigationfrom 2.9.8 to 2.10.0.Updates
androidx.navigation:navigation-fragment-ktxfrom 2.9.8 to 2.10.0Updates
androidx.navigation:navigation-ui-ktxfrom 2.9.8 to 2.10.0Updates
androidx.navigation.safeargs.kotlinfrom 2.9.8 to 2.10.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)