Skip to content
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

Added okhttp3 module #42

Closed
wants to merge 1 commit into from
Closed

Conversation

mannodermaus
Copy link

Because of OkHttp's package name change, the current debugdrawer-okhttp module won't work with OkHttp 3.0.0-RC1 and newer. This PR creates a new module, debugdrawer-okhttp3, which uses the latest revision of Square's library and provides an OkHttp3Module for usage with DebugDrawer. The demo app doesn't include this yet, since we're at the mercy of a new version of Picasso first, which provides a Downloader using OkHttp3, however this has recently been merged.

… at the mercy of a new Picasso version first)
@palaima
Copy link
Owner

palaima commented Jan 16, 2016

Thanks for contributing!

IMO We do not another OkHttp3Module. OkHttp3 support can be added to already existing module.

@palaima
Copy link
Owner

palaima commented Jan 16, 2016

And I have added OkHttp3 support to OkHttpModule. You can check in dev branch.

@mannodermaus
Copy link
Author

Good point: Since the dependencies are being provided anyways, the two OkHttp libraries can co-exist within the module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants