Skip to content

Commit

Permalink
npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Nov 29, 2015
1 parent 8e2b30c commit 7c6f9a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
id="com.phonegap.helloworld"
version="1.6.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

<name>X-Plugins Demo</name>
Expand All @@ -27,7 +28,6 @@
<gap:plugin name="cordova-plugin-dialogs" source="npm" />
<gap:plugin name="cordova-plugin-media" source="npm" />


<!-- X-Services PhoneGap Build plugins -->
<!-- npm is default now, see http://phonegap.com/blog/2015/11/19/config_xml_changes_part_two/-->
<plugin name="cordova-plugin-googleplus"/>
Expand All @@ -37,9 +37,9 @@
<plugin name="cordova-plugin-x-toast"/>
<plugin name="cordova-plugin-insomnia"/>
<plugin name="cordova-plugin-sslcertificatechecker"/>
<plugin name="cordova-plugin-customurlscheme">
<param name="URL_SCHEME" value="xpluginsdemo" />
<plugin>
<!--<plugin name="cordova-plugin-customurlscheme">-->
<!--<param name="URL_SCHEME" value="xpluginsdemo" />-->
<!--<plugin>-->
<plugin name="cordova-plugin-actionsheet"/>
<plugin name="com.telerik.plugins.nativepagetransitions"/>
<plugin name="cordova-plugin-wkwebview"/>
Expand Down

0 comments on commit 7c6f9a9

Please sign in to comment.