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 17:47:25 UTC

cordova-plugin-file-transfer git commit: Revert "CB-13294 Remove cordova-plugin-compat"

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master b82354085 -> 14588a0a4


Revert "CB-13294 Remove cordova-plugin-compat"

This reverts commit a77cb37ad71e591761fb406ff1b98c8ce95ace1c.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/14588a0a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/14588a0a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/14588a0a

Branch: refs/heads/master
Commit: 14588a0a4420bae279f810c9b17800031412e7ab
Parents: b823540
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 20 10:47:19 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 20 10:47:19 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/14588a0a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 90ee001..b632b12 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "2.0.0-dev",
+  "version": "1.6.4-dev",
   "description": "Cordova File Transfer Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
@@ -53,7 +53,7 @@
   "engines": {
     "cordovaDependencies": {
       "2.0.0": {
-        "cordova-android": ">=6.3.0"
+        "cordova": ">100"
       }
     }
   },

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/14588a0a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index bdbb6d6..fcef7d0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-transfer"
-    version="2.0.0-dev">
+    version="1.6.4-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>
@@ -29,9 +29,7 @@
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
 
-    <engines>
-        <engine name="cordova-android" version=">=6.3.0" />
-    </engines>
+    <dependency id="cordova-plugin-file" version="^4.0.0" />
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">
         <clobbers target="window.FileTransferError" />


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