From 1a08bed77084d063d9b5a8de50541acf809fd91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= <100827540+reneaaron@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:21:55 +0200 Subject: [PATCH] fix: load internal build numbers from eas (#85) --- eas.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"