Online build for my phonegap (3.7.0) application always targets the latest version of android. My config.xml file clearly specifies the following
<preference name="android-targetSdkVersion" value="8" />
<preference name="android-minSdkVersion" value="8" />
<preference name="android-maxSdkVersion" value="8" />
Yet the build log response is
[gettarget] Project Target: Android 5.0.1 [gettarget] API level: 21
Am uploading only the source www and config.xml. Is there anything here that am doing wrong ?