You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/04/25 13:35:29 UTC

[cordova-plugin-media] branch master updated: dep!: bump cordova-plugin-file@^7.0.0 (#334)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media.git


The following commit(s) were added to refs/heads/master by this push:
     new 6419757  dep!: bump cordova-plugin-file@^7.0.0 (#334)
6419757 is described below

commit 641975725c4d680467635e7b6372ff43c39a6db3
Author: Alexis THOMAS <at...@users.noreply.github.com>
AuthorDate: Mon Apr 25 15:35:23 2022 +0200

    dep!: bump cordova-plugin-file@^7.0.0 (#334)
    
    * feat: change dependency version to file ^7.0.0
    * feat: change engine to cordova-android >=10.0.0 to match with plugin-file v7
    * feat: align cordovaDependencies with plugin updated engine
    * fix: cordova-android engine requirement for plugin version 6.0.0
    
    Co-authored-by: Erisu <er...@apache.org>
---
 package-lock.json | 3 +++
 package.json      | 3 +++
 plugin.xml        | 4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 17768e1..3d8fc22 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,6 +19,9 @@
           "4.0.0": {
             "cordova-android": ">=6.3.0"
           },
+          "6.0.0": {
+            "cordova-android": ">=10.0.0"
+          },
           "7.0.0": {
             "cordova": ">100"
           }
diff --git a/package.json b/package.json
index 59576da..44fba8d 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,9 @@
       "4.0.0": {
         "cordova-android": ">=6.3.0"
       },
+      "6.0.0": {
+        "cordova-android": ">=10.0.0"
+      },
       "7.0.0": {
         "cordova": ">100"
       }
diff --git a/plugin.xml b/plugin.xml
index beba485..016b19e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -31,10 +31,10 @@
     <issue>https://github.com/apache/cordova-plugin-media/issues</issue>
 
     <engines>
-        <engine name="cordova-android" version=">=6.3.0" />
+        <engine name="cordova-android" version=">=10.0.0" />
     </engines>
 
-    <dependency id="cordova-plugin-file" version="^6.0.0" />
+    <dependency id="cordova-plugin-file" version="^7.0.0" />
 
     <js-module src="www/MediaError.js" name="MediaError">
         <clobbers target="window.MediaError" />


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