I’m trying to upload my first update to my app in Google Play, but I’m getting an error from the developer console saying:
Upload failed
You need to use a different version code for your APK because you already have one with version code 1.
The weird thing is that I changed the version code in the Android Build pane to 2 (from 1). I’ve also tried changing it to 101 (Google’s documentation says any number above the last is acceptable, and 101 correlates to my version name). However, no matter what I set it to, google play doesn’t let me upload it. Does anyone know what the problem is here?
Thanks!