Merge pull request #6244 from cmgustavo/bug/min-android-sdk

Android: API level 19 or higher supported
This commit is contained in:
Matias Alejo Garcia 2017-06-14 20:49:03 +02:00 committed by GitHub
commit 9b643003a1
1 changed files with 3 additions and 0 deletions

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" />