Skip to content

Instantly share code, notes, and snippets.

@Martin1982
Created March 1, 2013 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Martin1982/5064262 to your computer and use it in GitHub Desktop.
Save Martin1982/5064262 to your computer and use it in GitHub Desktop.
Set the Android API level for PhoneGap build to only build for Jelly Bean
<!-- Android specific settings -->
<preference name="android-minSdkVersion" value="16" />
<preference name="android-maxSdkVersion" value="17" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment