From 40739f24e5d4eddb39e99162df70e1e49fa43e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Tue, 5 Jul 2022 16:08:10 +0900 Subject: [PATCH] chore(android): update android engine requirement <11.0.0 (#329) * chore(android): update android engine requirement <11.0.0 * chore(android): use re-worded engine requirement --- README.md | 3 +++ package-lock.json | 4 ++++ package.json | 4 ++++ plugin.xml | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2aed7d..aed133a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ This plugin displays and hides a splash screen while your web application is lau ## Supported Platforms - Android + __Note__: Android implementation has been moved to the core framework. + If using `cordova-android@10.x` or earlier, use `cordova-plugin-splashscreen@6.x` + If using `cordova-android@11.x` or later and exclusively developing for Android, this plugin can be uninstalled. - iOS __Note__: iOS implementation has been moved to the core framework. If using `cordova-ios@5` or earlier, use `cordova-plugin-splashscreen@5` diff --git a/package-lock.json b/package-lock.json index d21bd5c..2db9fec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,10 @@ "2.0.0": { "cordova-android": ">=3.6.0" }, + "6.0.2": { + "cordova-android": ">=3.6.0 <11.0.0", + "cordova-windows": ">=4.4.0" + }, "7.0.0": { "cordova": ">100" } diff --git a/package.json b/package.json index 25d6189..4a83705 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,10 @@ "cordova-android": ">=3.6.0", "cordova-windows": ">=4.4.0" }, + "6.0.2": { + "cordova-android": ">=3.6.0 <11.0.0", + "cordova-windows": ">=4.4.0" + }, "7.0.0": { "cordova": ">100" } diff --git a/plugin.xml b/plugin.xml index 14c5455..b679a70 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,7 +29,7 @@ https://github.com/apache/cordova-plugin-splashscreen/issues - +