From 98eb842ddf6640cc888912b2caab5a65ff27473c Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 12 Jul 2023 09:25:22 +0900 Subject: [PATCH] feat(android)!: bump cordova-plugin-file@8.0.0 & cordova-android >= 12.0.0 --- package-lock.json | 3 +++ package.json | 3 +++ plugin.xml | 6 +++++- tests/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ab5bbd6..94d0d855 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,9 @@ }, "engines": { "cordovaDependencies": { + "2.0.0": { + "cordova-android": ">=12.0.0" + }, "3.0.0": { "cordova": ">100" } diff --git a/package.json b/package.json index 2bc3b110..6b0b9fd2 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "license": "Apache-2.0", "engines": { "cordovaDependencies": { + "2.0.0": { + "cordova-android": ">=12.0.0" + }, "3.0.0": { "cordova": ">100" } diff --git a/plugin.xml b/plugin.xml index 94408294..c2ea0267 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,7 +29,11 @@ https://github.com/apache/cordova-plugin-file-transfer https://github.com/apache/cordova-plugin-file-transfer/issues - + + + + + diff --git a/tests/package.json b/tests/package.json index a02fa863..ecded0b9 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer-tests", - "version": "1.6.3-dev", + "version": "2.0.0-dev", "description": "", "cordova": { "id": "cordova-plugin-file-transfer-tests",