Android: API level 19 or higher supported

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-14 11:26:20 -03:00
commit ded0118b6e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -33,6 +33,9 @@
<preference name="FadeSplashScreenDuration" value="100" />
<preference name="SplashMaintainAspectRatio" value="true" />
<!-- Android Version: KitKat 4.4 (API Level 19) or higher -->
<preference name="android-minSdkVersion" value="19" />
<!-- Plugins -->
<plugin name="cordova-plugin-device" spec="~1.1.3"/>
<plugin name="cordova-plugin-globalization" spec="~1.0.4" />