diff options
Diffstat (limited to 'eas.json')
-rw-r--r-- | eas.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/eas.json b/eas.json index ed647dbb9..a705c4002 100644 --- a/eas.json +++ b/eas.json @@ -46,6 +46,20 @@ "EXPO_PUBLIC_ENV": "production" } }, + "production-apk": { + "extends": "base", + "distribution": "internal", + "ios": { + "autoIncrement": false + }, + "android": { + "autoIncrement": false + }, + "channel": "production", + "env": { + "EXPO_PUBLIC_ENV": "production" + } + }, "testflight": { "extends": "base", "ios": { |