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/06 18:58:40 UTC

[cordova-plugin-statusbar] branch master updated: chore!: require cordova-android >= 10 (#241)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e214fad  chore!: require cordova-android >= 10 (#241)
e214fad is described below

commit e214fad877017bb872b62808195b964628376a00
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Tue Sep 6 20:58:35 2022 +0200

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

diff --git a/package.json b/package.json
index 4206d0e..9436392 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 1f3a237..be15d2e 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