We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i recently recived a message from AdMob saying that Google Mobile Ads SDK <= 6.4.1 will not be supported anymore starting from October 17.
actually i'm running a customized version of this plugin complied with phonegap build, i only changed 2 line in the plugin.xml:
i removed this line: <meta-data android:name="com.google.android.gms.version" android:value="8115000"/>
<meta-data android:name="com.google.android.gms.version" android:value="8115000"/>
AND i changed this line: <source-file src="src/android/libs/google-play-services.jar" target-dir="libs/"/>
<source-file src="src/android/libs/google-play-services.jar" target-dir="libs/"/>
with this: <framework src="com.google.android.gms:play-services-ads:+" />
<framework src="com.google.android.gms:play-services-ads:+" />
i need to change/update something?
The text was updated successfully, but these errors were encountered:
the old version used admob 8, now update to 9
Sorry, something went wrong.
No branches or pull requests
i recently recived a message from AdMob saying that Google Mobile Ads SDK <= 6.4.1 will not be supported anymore starting from October 17.
actually i'm running a customized version of this plugin complied with phonegap build, i only changed 2 line in the plugin.xml:
i removed this line:
<meta-data android:name="com.google.android.gms.version" android:value="8115000"/>
AND
i changed this line:
<source-file src="src/android/libs/google-play-services.jar" target-dir="libs/"/>
with this:
<framework src="com.google.android.gms:play-services-ads:+" />
i need to change/update something?
The text was updated successfully, but these errors were encountered: