You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2022/09/05 21:41:36 UTC

[cordova-plugin-statusbar] branch engines created (now 90e7bc9)

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

jcesarmobile pushed a change to branch engines
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git


      at 90e7bc9  chore!: require cordova-android >= 10

This branch includes the following new commits:

     new 90e7bc9  chore!: require cordova-android >= 10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-statusbar] 01/01: chore!: require cordova-android >= 10

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch engines
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git

commit 90e7bc991fcca5a9be7aa9b9a895dc1be654f22a
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Mon Sep 5 23:41:25 2022 +0200

    chore!: require cordova-android >= 10
---
 package.json | 4 ++++
 plugin.xml   | 1 +
 2 files changed, 5 insertions(+)

diff --git a/package.json b/package.json
index 8812b58..43bbb7a 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,10 @@
         "cordova": ">=3.0.0"
       },
       "4.0.0": {
+        "cordova-android": ">=10.0.0",
+        "cordova": ">=3.0.0"
+      },
+      "5.0.0": {
         "cordova": ">100"
       }
     }
diff --git a/plugin.xml b/plugin.xml
index fdb9c5c..92b2c8f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,6 +29,7 @@
 
     <engines>
             <engine name="cordova" version=">=3.0.0" />
+            <engine name="cordova-android" version=">=10.0.0" />
     </engines>
 
     <js-module src="www/statusbar.js" name="statusbar">


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