Hi, I pasted your code into my config.xml:
<gap:plugin name="com-admob-plugin" version="5.3.1" source="npm"/>
and when I upload to phonegapbuild I get this error:
Error - Plugin (or a specific plugin version) not found in external repo: com-admob-plugin@5.3.1": Fetching plugin "com-admob-plugin@5.3.1" via npm Failed to fetch plugin com-admob-plugin - You can fix this here
picture:

if I remove the version property I don't get this error:
<gap:plugin name="com-admob-plugin" source="npm"/>
But the plugin doesn't work in my app when I compile like that.
Hi, I pasted your code into my config.xml:

<gap:plugin name="com-admob-plugin" version="5.3.1" source="npm"/>and when I upload to phonegapbuild I get this error:
Error - Plugin (or a specific plugin version) not found in external repo: com-admob-plugin@5.3.1": Fetching plugin "com-admob-plugin@5.3.1" via npm Failed to fetch plugin com-admob-plugin - You can fix this herepicture:
if I remove the
versionproperty I don't get this error:<gap:plugin name="com-admob-plugin" source="npm"/>But the plugin doesn't work in my app when I compile like that.