Skip to content
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

Closed
Iguins opened this issue Aug 20, 2019 · 4 comments
Closed

Xamarin.GooglePlayServices.Maps metadata required for Android 9 SDK #253

Iguins opened this issue Aug 20, 2019 · 4 comments
Assignees
Labels
investigating We are currently looking into this

Comments

@Iguins
Copy link
Contributor

Iguins commented Aug 20, 2019

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

  <uses-library
      android:name="org.apache.http.legacy"
      android:required="false" />

To avoid this, it will be necessary to update the aar target to at least 16.1.0. when possible

@moljac moljac added the investigating We are currently looking into this label Aug 20, 2019
@moljac moljac self-assigned this Aug 20, 2019
@moljac
Copy link
Member

moljac commented Aug 21, 2019

@GuillaumeSE

Bumped to 16.1.0.
Tagging right now and waiting for CI.

I will inform you when its done and then kindly ask you if you can close the issue yourself.

moljac added a commit that referenced this issue Aug 21, 2019
fixes Xamarin.GooglePlayServices.Maps metadata required for Android 9 SDK #253
#253
@moljac
Copy link
Member

moljac commented Aug 22, 2019

Published
https://www.nuget.org/packages/Xamarin.GooglePlayServices.Maps/71.1610.0

@Iguins
Copy link
Contributor Author

Iguins commented Aug 22, 2019

@moljac

Just tested and it's work properly without adding the metadata in the manifest.

Thanks!

@Iguins Iguins closed this as completed Aug 22, 2019
@moljac
Copy link
Member

moljac commented Aug 28, 2019

Duplicate #243

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
investigating We are currently looking into this
Projects
None yet
Development

No branches or pull requests

2 participants