Adding engine tag
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/c7ae850b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/c7ae850b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/c7ae850b Branch: refs/heads/master Commit: c7ae850b4f0d0209844e42edcaadcfc2afcbd919 Parents: 610eb84 Author: Joe Bowser <[email protected]> Authored: Thu Sep 24 15:13:35 2015 -0700 Committer: Joe Bowser <[email protected]> Committed: Wed Oct 28 10:38:11 2015 -0700 ---------------------------------------------------------------------- plugin.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/c7ae850b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5f4cb3d..36d875a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -31,6 +31,10 @@ <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git</repo> <issue>https://issues.apache.org/jira/browse/CB/component/12320652</issue> + <engines> + <engine name="cordova-android" version=">=5.0.0-dev" /> + </engines> + <js-module src="www/contacts.js" name="contacts"> <clobbers target="navigator.contacts" /> </js-module> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
