CB-8056 Updated the dependency version, added it to the docs
This commit is contained in:
parent
6a737203da
commit
3d924fce1b
@ -44,8 +44,7 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord
|
|||||||
- BlackBerry 10
|
- BlackBerry 10
|
||||||
- iOS
|
- iOS
|
||||||
- Windows Phone 7 and 8
|
- Windows Phone 7 and 8
|
||||||
- Windows 8
|
- Windows (`cordova-windows` version >= 4.4.0 is required)
|
||||||
- Windows
|
|
||||||
- Browser
|
- Browser
|
||||||
|
|
||||||
## Example Configuration
|
## Example Configuration
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"4.0.0": {
|
"4.0.0": {
|
||||||
"cordova-android": ">=3.6.0",
|
"cordova-android": ">=3.6.0",
|
||||||
"cordova-windows": ">=5.0.0"
|
"cordova-windows": ">=4.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
|
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
|
||||||
<engine name="cordova-windows" version=">=5.0.0" />
|
<engine name="cordova-windows" version=">=4.4.0" />
|
||||||
</engines>
|
</engines>
|
||||||
|
|
||||||
<js-module src="www/splashscreen.js" name="SplashScreen">
|
<js-module src="www/splashscreen.js" name="SplashScreen">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user