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.
This commit is contained in:
parent
bd4703ca1e
commit
b02445883a
2 changed files with 40 additions and 0 deletions
14
eas.json
14
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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue