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 2021/07/28 05:30:27 UTC

[cordova-plugin-camera] branch master updated: chore: set the 5.x versions locked to cordova-android <10.0.0 (#747)

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-camera.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e20a9b  chore: set the 5.x versions locked to cordova-android <10.0.0 (#747)
1e20a9b is described below

commit 1e20a9bd07724624ba0f748624af2c82ab28845c
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Jul 28 14:30:17 2021 +0900

    chore: set the 5.x versions locked to cordova-android <10.0.0 (#747)
---
 package.json | 5 +++++
 plugin.xml   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index ba7aac5..ea86b29 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,11 @@
         "cordova-ios": ">=5.1.0",
         "cordova": ">=9.0.0"
       },
+      "5.0.3": {
+        "cordova-android": "<10.0.0",
+        "cordova-ios": ">=5.1.0",
+        "cordova": ">=9.0.0"
+      },
       "6.0.0": {
         "cordova": ">100"
       }
diff --git a/plugin.xml b/plugin.xml
index 648ec2f..f087afc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -31,7 +31,7 @@
 
     <engines>
         <engine name="cordova" version=">=9.0.0"/>
-        <engine name="cordova-android" version=">=9.0.0" />
+        <engine name="cordova-android" version="<10.0.0" />
         <engine name="cordova-ios" version=">=5.1.0" />
     </engines>
 

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