Created
March 1, 2013 12:17
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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