I am trying to change the version code in AndroidManifest.xml.
I am using Cordova 3.6.4.
As per the docs I am updating it in the config.xml but it is not reflecting in the AndroidManifest.xml after the build.
Config.xml
<widget id="" versionCode="6" version="2.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
AndroidManifest.xml after build
<manifest android:hardwareAccelerated="true" android:installLocation="auto" android:versionCode="20002" android:versionName="2.0.2" package="" xmlns:android="http://schemas.android.com/apk/res/android">