Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace play-services-ads dep with play-services-ads-identifier #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MCRayRay
Copy link

As of v17.0.0 of the play-services-ads library there is an
additional requirement to specify com.google.android.gms.ads.APPLICATION_ID
in the AndroidManifest.xml:

https://stackoverflow.com/questions/25061107/advertisingidclient-without-google-play-services

This plugin actually only needs play-services-ads-identifier in
order to get an advertising ID, so if we make our dependencies
more precise we can avoid this unnecessary requirement.

…fier

As of v17.0.0 of the play-services-ads library there is an
additional requirement to specify com.google.android.gms.ads.APPLICATION_ID
in the AndroidManifest.xml:

https://stackoverflow.com/questions/25061107/advertisingidclient-without-google-play-services

This plugin actually only needs play-services-ads-identifier in
order to get an advertising ID, so if we make our dependencies
more precise we can avoid this unnecessary requirement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant