breautek commented on issue #758: App config.xml does not update AndroidManifest.xml file's versionCode, versionName or anything URL: https://github.com/apache/cordova-android/issues/758#issuecomment-544768449 You shouldn't need to use `android-versionCode`. If this property is not supplied, it will create a version code for you based on your `version`. By default, the formula is `PATCH + MINOR * 100 + MAJOR * 10000` as seen here: https://github.com/apache/cordova-android/blob/5dfa995a4b43a30c01afd519a22fdfaacb01c013/bin/templates/cordova/lib/prepare.js#L254-L269 With that being said, if you do define `android-versionCode` anywhere manually, then you'll need to make sure you manually update them.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
