Estimote / Xamarin-Bindings

Examples of how to bind Estimote SDKs to Xamarin
Apache License 2.0
17 stars 12 forks source link

Remove OkIO and Okhttp3 embedded Jar #21

Closed JabusKotze closed 5 years ago

JabusKotze commented 5 years ago

OkIO and Okhttp3 causes conflicts in other projects that has them as dependencies, such as Square.Picasso and ModernHttpClient.

To resolve conflicts it is required to remove:

And rather add the above as Dependencies in the Nuget library project. Added the following dependencies:

heypiotr commented 5 years ago

Thanks for your contribution! ❤️

JabusKotze commented 5 years ago

Thats a pleasure :) I could do the same for Estimote.Android.Indoor bindings