Dear Team,
I don’t know why happen when I set buildNumber in mobile-config.js
App.info({
…
buildNumber: ‘9019’ // 9019 is a sample number
});
When I run “meteor run”, I check file AndroidManifest.xml and see android:versionCode=“9019”. It’s right.
But when I run “meteor build”, everything same but the result I get is android:versionCode=“90198”.
I don’t know why 8 number appear anywhere in Code.
Please help me check this issue.
I want to clear about versionCode when I publish my app to the Google Play Store.
So many thanks