Adding engine tag
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/ec1e9ba6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/ec1e9ba6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/ec1e9ba6 Branch: refs/heads/master Commit: ec1e9ba6422c6e596e710e220102b85ccf5546fb Parents: bba9a7e Author: Joe Bowser <[email protected]> Authored: Thu Sep 24 11:17:39 2015 -0700 Committer: Joe Bowser <[email protected]> Committed: Wed Oct 28 12:01:42 2015 -0700 ---------------------------------------------------------------------- plugin.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/ec1e9ba6/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 7e1f216..f3fc66d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,7 +29,10 @@ id="cordova-plugin-media" <keywords>cordova,media</keywords> <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git</repo> <issue>https://issues.apache.org/jira/browse/CB/component/12320647</issue> - + + <engines> + <engine name="cordova-android" version=">=5.0.0-dev" /> + </engines> <dependency id="cordova-plugin-file" version=">=2.0.0" /> <js-module src="www/MediaError.js" name="MediaError"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
