Skip to content

Commit

Permalink
Issue #182: Update config.xml android-minSdkVersion
Browse files Browse the repository at this point in the history
We shouldn't be setting a min SDK version here. It will cause compilation problems with cordova-android.
  • Loading branch information
macdonst committed Jul 7, 2015
1 parent 1277e05 commit 42fd38e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<preference name="show-splash-screen-spinner" value="true" /> <!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<preference name="auto-hide-splash-screen" value="true" /> <!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<preference name="disable-cursor" value="false" /> <!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<preference name="android-minSdkVersion" value="7" /> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-installLocation" value="auto" /> <!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
<!--
Define a specific version of PhoneGap to build into your app.
Expand Down

0 comments on commit 42fd38e

Please sign in to comment.