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/10/20 02:17:37 UTC

cordova-plugin-media-capture git commit: CB-13294 Remove cordova-plugin-compat

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master 405bfcd0d -> ab6535f87


CB-13294 Remove cordova-plugin-compat

 This closes #85


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/ab6535f8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/ab6535f8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/ab6535f8

Branch: refs/heads/master
Commit: ab6535f8767b77c61e9a76b9e95dbff6447cf90f
Parents: 405bfcd
Author: Kelvin Dart <ke...@crimsontide.co.uk>
Authored: Wed Oct 18 16:53:25 2017 +0100
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 19 19:17:26 2017 -0700

----------------------------------------------------------------------
 package.json | 4 ++--
 plugin.xml   | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/ab6535f8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index cfc56c6..0ea132c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture",
-  "version": "1.4.4-dev",
+  "version": "2.0.0-dev",
   "description": "Cordova Media Capture Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
@@ -51,7 +51,7 @@
         "cordova-ios": ">=4.0.0"
       },
       "2.0.0": {
-        "cordova": ">100"
+        "cordova-android": ">=6.3.0"
       }
     }
   },

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/ab6535f8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 01d55e7..9e30a85 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:rim="http://www.blackberry.com/ns/widgets"
            id="cordova-plugin-media-capture"
-      version="1.4.4-dev">
+      version="2.0.0-dev">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
@@ -31,8 +31,11 @@ xmlns:rim="http://www.blackberry.com/ns/widgets"
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320646</issue>
 
+    <engines>
+        <engine name="cordova-android" version=">=6.3.0" />
+    </engines>
+
     <dependency id="cordova-plugin-file" version="^4.0.0" />
-    <dependency id="cordova-plugin-compat" version="^1.0.0" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />


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