-
Notifications
You must be signed in to change notification settings - Fork 44
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
Update the Using add-on modules
page
#296
Conversation
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.
IMO, it's time to deprecate it as Robolectric supports Android SDK 21+ now.
b50adbf
to
eda06c4
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.
LGTM.
fd4c1b2
to
8e27352
Compare
Friendly ping @hoisie @brettchabot, to know if it's fine by your to deprecate |
8e27352
to
7d29931
Compare
FYI I'm opening PRs on various repositories to remove the I'm using this search query to find where it is used, and I'm selecting repositories that match the following criteria:
|
@MGaetan89 Maybe this PR can keep the origin multidex shadow library state, and merge first. If we decide to deprecate this library, we can send a new PR to do it. |
This PR updates the [`Using add-on modules`](https://robolectric.org/using-add-on-modules/) page. The changes are: - Separate supported and legacy modules for clarity. - Add links to external documentation where possible. @hoisie @brettchabot this PR officially deprecates the `shadows-multidex` module. Are you ok with that? This was discussed in robolectric/robolectric#9266, but no actual decision was made.
7d29931
to
3f5353f
Compare
Good idea. I've updated the PR accordingly |
This PR updates the
Using add-on modules
page.The changes are:
@hoisie @brettchabot this PR officially deprecates the
shadows-multidex
module. Are you ok with that? This was discussed in robolectric/robolectric#9266, but no actual decision was made.