CB-3679 Add engine tag for Android >= 3.6.0 due to use of preferences

This commit is contained in:
Andrew Grieve 2014-12-11 11:15:01 -05:00
parent e320e2504a
commit ddec7008cb

View File

@ -28,6 +28,9 @@
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git</repo> <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320653</issue> <issue>https://issues.apache.org/jira/browse/CB/component/12320653</issue>
<engines>
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
</engines>
<js-module src="www/splashscreen.js" name="SplashScreen"> <js-module src="www/splashscreen.js" name="SplashScreen">
<clobbers target="navigator.splashscreen" /> <clobbers target="navigator.splashscreen" />