The version code for the Android application changes when I load the game into the cordova

I downloaded apk with version 1 code.

 <widget id="io.cordova.hellocordova"
      version="1.0"
      android-versionCode="1"
      ios-CFBundleVersion="3.3.3">

When I download to play in the store, this is the showign version code as "18"

Someone might run into a problem with version code

+4
source share

All Articles