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 <jcesarmob...@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-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to