I`m creating an app and i nedd to use Braintree form Paypal and GoogleMapsthe nuget packages use diferent dependencies from Google Maps Baseson i can not intall them
this is the package i need to use from Braintree.Droid
and this is the error i´m getting
Gravedad Código Descripción Proyecto Archivo Línea Estado suprimidoError NU1107 Se detectó un conflicto de versiones para Xamarin.GooglePlayServices.Base. Para resolver este problema, instale o haga referencia a Xamarin.GooglePlayServices.Base 71.1610.0 directamente en el proyecto utravel.Android. utravel.Android -> Xamarin.Forms.Maps 4.8.0.1269 -> Xamarin.GooglePlayServices.Maps 71.1610.0 -> Xamarin.GooglePlayServices.Base (>= 71.1610.0) utravel.Android -> Naxam.BrainTree.Droid 2.10.0.1 -> Xamarin.GooglePlayServices.Wallet 60.1142.0 -> Xamarin.GooglePlayServices.Base (= 60.1142.0). utravel.Android C:\Users\oscar\source\repos\utravel---APP\utravel.Android\utravel.Android.csproj 1
these are the dependencies why i´m getting the ERROR NU 1107
Xamarin.Forms.Maps 4.8.0.1269 -> Xamarin.GooglePlayServices.Maps 71.1610.0Naxam.BrainTree.Droid 2.10.0.1 -> Xamarin.GooglePlayServices.Wallet 60.1142.0
My question isis there any way to make both nuget packages work together?