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 3bf08e8  feat(android)!: bump file & android requirements (#378)
3bf08e8 is described below

commit 3bf08e8577b16dfec72d8ab6427595a1dbf001f5
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Jul 12 22:50:24 2023 +0900

    feat(android)!: bump file & android requirements (#378)
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 plugin.xml        | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 31fb456..e41fe28 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23,7 +23,7 @@
             "cordova-android": ">=10.0.0"
           },
           "7.0.0": {
-            "cordova-android": ">=10.0.0"
+            "cordova-android": ">=12.0.0"
           },
           "8.0.0": {
             "cordova": ">100"
diff --git a/package.json b/package.json
index b234b83..26f18f8 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
         "cordova-android": ">=10.0.0"
       },
       "7.0.0": {
-        "cordova-android": ">=10.0.0"
+        "cordova-android": ">=12.0.0"
       },
       "8.0.0": {
         "cordova": ">100"
diff --git a/plugin.xml b/plugin.xml
index c7cfe5f..3a67f3e 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=">=10.0.0" />
+        <engine name="cordova-android" version=">=12.0.0" />
     </engines>
 
-    <dependency id="cordova-plugin-file" version="^7.0.0" />
+    <dependency id="cordova-plugin-file" version="^8.0.0" />
 
     <js-module src="www/MediaError.js" name="MediaError">
         <clobbers target="window.MediaError" />


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

Reply via email to