To change the build version, you want to change your config.xml file located in the root path of the project.
The following lines are added to config.xml, and then the settings are updated automatically when you create an Android application.
<platform name="android"> <preference name="android-minSdkVersion" value="XX"/> <preference name="android-targetSdkVersion" value="XX"/> </platform>
Hope this helps you!
source share