Hi,
Today I tried to update Google Play Services packages in my app. Previously I was using Google Play Services 22.0.0.0 component, but now it is deprecated, and after update from Xamarin Studio all Google Play Services packages were removed. Google Play Services are now splinted into separated packages, so I decided to install each component separately, but for example Xamarin Google Play Services - Analytics is not available as a component, it is available as a NuGet package. My question is which way of managing packages is the correct way? Via components, or via NuGet packages?