Where to specify version code?

As far as I can tell, when building for Android I need to specify a version code twice. Once, in the build.settings file within the android table, and again within the corona build dialog screen (the one that asks you to specify your keystore, app name, etc. 

Is it necessary to do both?

You only need to do it one or the other, but not both.  Build.settings overrrides the build screen.  We recommend that you do not put it in your build.settings because it’s too easy to forget it’s there and get frustrated when things don’t work as expected.

Rob

You only need to do it one or the other, but not both.  Build.settings overrrides the build screen.  We recommend that you do not put it in your build.settings because it’s too easy to forget it’s there and get frustrated when things don’t work as expected.

Rob