I think you can change it by specifying "android-versionCode" in the config.xml widget tag as shown below.
<widget id="io.cordova.hellocordova"
version = "0.0.1"
android-versionCode="7"
ios-CFBundleVersion="3.3.3">
■Cordova Documentation Link
https://cordova.apache.org/docs/en/4.0.0/config_ref/ #link-2
© 2024 OneMinuteCode. All rights reserved.