Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Incorrect document detailing (PHONEGAP_BUILD.md) #686

Closed
restarian opened this issue Mar 9, 2016 · 2 comments
Closed

Incorrect document detailing (PHONEGAP_BUILD.md) #686

restarian opened this issue Mar 9, 2016 · 2 comments

Comments

@restarian
Copy link

The document page ./docs/PHONEGAP_BUILD.md is incorrect

Currently documented as:
  <preference name="android-build-tool" value="gradle" />
  <plugin name="phonegap-plugin-push" source="npm">
      <variable name="SENDER_ID" value="<Your Sender ID>" />
  </plugin>
Needs to be documented as:
  <preference name="android-build-tool" value="gradle" />
  <plugin name="phonegap-plugin-push" source="npm">
      <param name="SENDER_ID" value="<Your Sender ID>" />
  </plugin>
@macdonst
Copy link
Member

macdonst commented Mar 9, 2016

@surgemcgee thanks for the heads up.

@lock
Copy link

lock bot commented Jun 5, 2018

This thread has been automatically locked.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants