Skip to content

Commit

Permalink
Updating plugin ID to match package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emcniece committed Jul 14, 2017
1 parent fa64de0 commit f6ad473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><plugin xmlns="https://www.phonegap.com/ns/plugins/1.0"
xmlns:android="https://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.nativesettingsopener"
id="net.gsrweb.cordova.plugins.cordovaopennativesettings"
version="1.3.0">

<name>Native settings</name>
Expand All @@ -9,7 +9,7 @@

<engines>
<engine name="cordova" version=">=4.0.0" />
</engines>
</engines>

<js-module src="www/settings.js" name="Settings">
<clobbers target="cordova.plugins.settings" />
Expand Down

0 comments on commit f6ad473

Please sign in to comment.