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

switch android mockserver dependency with okhttp #946

Merged

Conversation

randysecrist
Copy link

@randysecrist randysecrist commented Aug 19, 2021

flutter_inappwebview can not be used within Android projects which also use mockserver > 3.14.7. Looking at how this dependency is used; it seems to only be needed to supply the okhttp client for android.

This PR will switch from mockserver to okhttp and declare the dependency as implementation which should fix this issue and allow consuming applications more freedom from mockserver conflicts.

If mockserver is really needed for some reason; could we consider making it optional ; e.g. - testImplementation?

@randysecrist randysecrist changed the title make mockserver a testImplementation dep switch android mockserver dependency with okhttp Aug 20, 2021
@pichillilorenzo pichillilorenzo changed the base branch from master to develop April 15, 2022 21:52
@pichillilorenzo pichillilorenzo merged commit 1b6ee3d into pichillilorenzo:develop Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants