Uploading APK fails: "version 1 already exists"

Hi there,

uploading my (second) .apk test (built with Expo build service) to the Play Store fails with error “there is already a version 1”. version entries in both app.json and package.json have values different to 1. Did I miss anything?

Greetings
Matthias

Hi Matthias,
make sure to bump also the android.versionCode in app.json everytime you upload a new standalone build to the PlayStore.
Greetings
Johannes

Thanks Johannes, that worked.