I am just about to upload a new version of an Android App to Google Play. To indicate to Google that it is a later version I have found this documentation regarding an App's 'versionCode' setting - https://developer.android.com/studio/publish/versioning.
Can someone confirm that this is the same setting as 'Version number' on the Android Manifest tab of my Xamarin forms Android project - reference
https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows
If they are the same setting, then there is the less important, yet obvious follow up question, why are they called the same thing?
Thanks
John