You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/02/21 23:10:26 UTC

[2/4] cordova-plugin-media git commit: Add engine tag for checking "cordova-android"

Add engine tag for checking "cordova-android"

Add engine tag for checking the version of "cordova-android".

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/07767a5a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/07767a5a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/07767a5a

Branch: refs/heads/master
Commit: 07767a5a7c8085666168fb2bbc5bfc4865e577dc
Parents: c6c59cc
Author: happy2discover <ha...@users.noreply.github.com>
Authored: Mon Jan 16 17:55:31 2017 +0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Feb 21 14:58:07 2017 -0800

----------------------------------------------------------------------
 plugin.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/07767a5a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3d2319d..525e4e7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -30,6 +30,10 @@ id="cordova-plugin-media"
     <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=">=6.1.0" />
+    </engines>
+  
     <dependency id="cordova-plugin-file" version="^4.0.0" />
     <dependency id="cordova-plugin-compat" version="^1.0.0" />
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org