I have the following platforms block in my config.xml, but when uploaded to the Android Marketplace, it has an API Level of 2-12+ (which is a minimum android version of 1.1). I need to limit the app to 7-12+ (min version of 2.1), but for some reason the setting is not applied. Has this been implemented yet in PhoneGap Build, or am I missing something?
<gap:platforms>
<gap:platform name="android" minVersion="2.1" />
<gap:platform name="ios" />
</gap:platforms>
Just so we're clear, this is PhoneGap Build we're talking about.