play console error: code version is present

Trying to update my apk (internal test on play console) but code version is still 1, and is impossible to change that.
I’m sure to have forgot something, but idk where to change it.

edit:
adding versionCode on my app.json didnt change nothing…

If you change android.versionCode or ios.buildNumber then you need to re-run exp build to generate a new binary with that updated configuration.

I did, but versionCode didn’t change on play console

Fixed. The build step must be done only after a publish step.
In fact this is a good thing, so no build step will call a publish one, but a bit confusing on first moment. Maybe is better to write this on the doc.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.