From efca5c525beb8180d19736a73452146690fed9ea Mon Sep 17 00:00:00 2001 From: Mark Raymond Date: Mon, 26 Nov 2018 11:48:53 +0000 Subject: [PATCH] Replace dependency on play-services-ads with play-services-ads-identifier 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. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index d13ab8e..55a95f7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -57,7 +57,7 @@ - +