CB-8056 Updated the dependency version, added it to the docs

This commit is contained in:
daserge 2016-04-29 16:26:20 +03:00
parent 6a737203da
commit 3d924fce1b
3 changed files with 3 additions and 4 deletions

View File

@ -44,8 +44,7 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord
- BlackBerry 10
- iOS
- Windows Phone 7 and 8
- Windows 8
- Windows
- Windows (`cordova-windows` version >= 4.4.0 is required)
- Browser
## Example Configuration

View File

@ -45,7 +45,7 @@
},
"4.0.0": {
"cordova-android": ">=3.6.0",
"cordova-windows": ">=5.0.0"
"cordova-windows": ">=4.4.0"
}
}
},

View File

@ -30,7 +30,7 @@
<engines>
<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>
<js-module src="www/splashscreen.js" name="SplashScreen">