diff options
author | Hailey <me@haileyok.com> | 2024-06-03 17:32:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 17:32:58 -0700 |
commit | b02445883ab5abd7daa80c3a27cf06ffaf539ff3 (patch) | |
tree | e14d4f75c028a654f1d236e372d9afda74e3f8af /eas.json | |
parent | bd4703ca1e5e4620f8c700e70477d2e0e6b04d67 (diff) | |
download | voidsky-b02445883ab5abd7daa80c3a27cf06ffaf539ff3.tar.zst |
add an apk to production build outputs for Obtanium release support (#4317)
* add an apk to production build outputs * test a build * Revert "test a build" This reverts commit f89bfeefb7e007b802cb47a8eca8fe6206bbf60f.
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": { |