-
Notifications
You must be signed in to change notification settings - Fork 24
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
refactor blockeq requests to use OkHttp #122
Comments
Addressed in part in PR #132 |
Stellar sdk 0.3.31 - to use stellar sdk 0.3.3 retrofit has to be 2.4.0 because it was clashing with okhttp version 3.12 vs 3.11 (in library)
4 - Clash with okhttp3 classes, solution exclude dependencies
4.1 - make sure to use retrofit = '2.4.0' to match okhttp version methods.
Stellar sdk 0.4.1Everything gets shadowed under |
done in latest version 2.0.7.5 |
This two request should use
OkHttp
instead ofVolley
and they should share theokHttClient
instance with Horizon."https://api.blockeq.com/directory/assets"
"https://api.blockeq.com/directory/exchanges?asArray"
The text was updated successfully, but these errors were encountered: