This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Xamarin.GooglePlayServices.Maps metadata required for Android 9 SDK #253
Labels
investigating
We are currently looking into this
Xamarin.Android Version (eg: 6.0):
9.0
Google Play Services Version (eg: 8.4.0):
Xamarin.GooglePlayServices.Maps 71.1600.0
Describe your Issue:
This is a general note to be aware of.
The current version of Xamarin.GooglePlayServices.Maps 71.1600.0 reference the native aar
com.google.android.gms:play-services-maps:16.0.0.
With this version it's mandatory to add a metadata in the AndroidManisfest.xml as described in the official doc : https://developers.google.com/android/guides/releases
To avoid this, it will be necessary to update the aar target to at least 16.1.0. when possible
The text was updated successfully, but these errors were encountered: