I'm trying to update my Expo app to build the second version. after saving updates I build it the app by running :
eas build:configure
eas build --platform android
& the version still the same I've change app.json from:
"version": "1.0.0","versionCode": 1,
into:
"version": "2.0.0", "versionCode": 2,
May someone guide me how can I update my app