Skip to content

Commit

Permalink
Merge pull request #114 from BranchMetrics/fix/upgrade-cordova-versio…
Browse files Browse the repository at this point in the history
…n-support

[FIX] Increased minimum Cordova build version.
  • Loading branch information
aaustin committed Apr 19, 2016
2 parents 2ca9ec3 + 67069a5 commit 6eec11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SOFTWARE.
<hook src="hooks/beforePluginInstallHook.js" type="before_plugin_install" />

<engines>
<engine name="cordova" version=">=3.0.0" />
<engine name="cordova" version=">=3.5.0" />
</engines>

<!-- android -->
Expand Down

0 comments on commit 6eec11b

Please sign in to comment.