diff --git a/eas.json b/eas.json index 8afa518..6fca339 100644 --- a/eas.json +++ b/eas.json @@ -1,6 +1,7 @@ { "cli": { - "version": ">= 5.4.0" + "version": ">= 5.4.0", + "appVersionSource": "remote" }, "build": { "development": { @@ -10,7 +11,9 @@ "preview": { "distribution": "internal" }, - "production": {}, + "production": { + "autoIncrement": true + }, "production_apk": { "android": { "buildType": "apk"