Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
<source-file src="src/android/AdMobPlugin.java" target-dir="src/com/rjfun/cordova/admob" />

<!-- cordova CLI using gradle and it working well -->
<framework src="com.google.android.gms:play-services-ads:+" />
<!-- since 5.10.2018 new version of google admobs require extra things in AndroidManifest.xml, 16.0.0 is the last compatible version -->
<!-- https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml -->
<framework src="com.google.android.gms:play-services-ads:16.0.0" />
<!-- but unfortunately, build.phonegap.com, Intel XDK, and some other tools still use ant -->
<!-- dependency id="cordova-plugin-googleplayservices"/ -->
</platform>
Expand Down