I am building for Android using Cordova with Ionic. I have set the versionCode in the widget tag inside the config.xml file to 10. But after building the app I am getting the version code as 108.
The version of Cordova that I have is 6.1.1.
How can I build an app where the versionCode is unchanged?