I published app on google play first time ( versionCode: 1 ), after some UPGRATE I decide to launch new version and I change ( inside app.json) versionCode: 2, and version: 1.1.0 However after that I run command again ( exp build:android ) and Download apk file from server, but it was NOT UPDATED, versionCode left same and all changes, as result I can not download new version to google play ( Upload failed
An APK file with version 1 code already exists. Use another code. )
I hope Expo team will solve this problem as fast as it is possible( or I have made something wrong )