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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6cfad27  chore: Require android 9 (#439)
6cfad27 is described below

commit 6cfad272155fdba1310e956d99e82c7e02ec39f8
Author: Norman Breau <nor...@normanbreau.com>
AuthorDate: Wed Nov 25 08:55:04 2020 -0400

    chore: Require android 9 (#439)
    
    * chore: bump version to 7.0.0-dev
    
    * chore: bump android engine requirement
---
 package.json | 3 +++
 plugin.xml   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d0abcb0..b6e295d 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,9 @@
       "5.0.0": {
         "cordova-android": ">=6.3.0"
       },
+      "7.0.0": {
+        "cordova-android": ">=9.0.0"
+      },
       "8.0.0": {
         "cordova": ">100"
       }
diff --git a/plugin.xml b/plugin.xml
index 37754f0..64331dc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -30,7 +30,7 @@ xmlns:android="http://schemas.android.com/apk/res/android";
     <issue>https://github.com/apache/cordova-plugin-file/issues</issue>
 
     <engines>
-        <engine name="cordova-android" version=">=6.3.0" />
+        <engine name="cordova-android" version=">=9.0.0" />
     </engines>
 
     <js-module src="www/DirectoryEntry.js" name="DirectoryEntry">


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

Reply via email to