mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-05-21 00:02:04 +08:00
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:
@@ -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`
|
||||
|
||||
Generated
+4
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user