-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUM-7005: updating dependencies, adjusting detekt rules, fix tests #2463
base: develop
Are you sure you want to change the base?
RUM-7005: updating dependencies, adjusting detekt rules, fix tests #2463
Conversation
@@ -57,23 +58,17 @@ internal open class AndroidXFragmentLifecycleCallbacks( | |||
} | |||
|
|||
// endregion | |||
override fun onFragmentViewCreated(fm: FragmentManager, f: Fragment, v: View, savedInstanceState: Bundle?) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks good to me 👍
ab4b2bc
to
474a55b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note
Nice work, one question I have is, do we need to upgrade other AndroidX dependencies?
As a rule of thumb, I'd suggest upgrading our dependencies to the other AndroidX dependencies to versions released around the same time as 2.7.7
(i.e.: February 2024).
@@ -57,23 +58,17 @@ internal open class AndroidXFragmentLifecycleCallbacks( | |||
} | |||
|
|||
// endregion | |||
override fun onFragmentViewCreated(fm: FragmentManager, f: Fragment, v: View, savedInstanceState: Bundle?) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks good to me 👍
What does this PR do?
We’re updating androidx.navigation to 2.8.0. Our goal is to maintain a balance between using stable library versions and minimizing disruptive changes to our customers’ codebases.
Motivation
This update motivated by contributor request
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)