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
This commit is contained in:
エリス
2022-07-05 16:08:10 +09:00
committed by GitHub
parent 144c21673d
commit 40739f24e5
4 changed files with 12 additions and 1 deletions
+3
View File
@@ -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`
+4
View File
@@ -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"
}
+4
View File
@@ -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"
}
+1 -1
View File
@@ -29,7 +29,7 @@
<issue>https://github.com/apache/cordova-plugin-splashscreen/issues</issue>
<engines>
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
<engine name="cordova-android" version=">=3.6.0 <11.0.0" /><!-- Requires CordovaPlugin.preferences -->
<engine name="cordova-windows" version=">=4.4.0" />
</engines>