- Expo project: @it-enterprise/task-team (67f7d2df) - EAS Android APK build: b31c63a8-0e4f-44d6-80e9-98cb24174037 - Download: expo.dev/accounts/it-enterprise/projects/task-team/builds/... Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"cli": { "version": ">= 14.0.0" },
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": { "buildType": "apk" }
|
|
},
|
|
"production": {
|
|
"android": { "buildType": "app-bundle" }
|
|
}
|
|
}
|
|
}
|