EAS project configured + cloud build successful

- 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>
This commit is contained in:
2026-03-29 20:36:04 +00:00
parent 070a62bdf1
commit a29d0ba64c
2 changed files with 9 additions and 9 deletions

View File

@@ -36,6 +36,13 @@
"color": "#3B82F6"
}
]
]
],
"extra": {
"router": {},
"eas": {
"projectId": "67f7d2df-e842-48d8-8fe8-ea4313c4dc5f"
}
},
"owner": "it-enterprise"
}
}

View File

@@ -10,14 +10,7 @@
"android": { "buildType": "apk" }
},
"production": {
"android": { "buildType": "app-bundle" },
"ios": { "autoIncrement": true }
}
},
"submit": {
"production": {
"android": { "serviceAccountKeyPath": "./google-service-account.json" },
"ios": { "appleId": "soft.it.enterprise@gmail.com", "ascAppId": "", "appleTeamId": "8U2KKLXVSN" }
"android": { "buildType": "app-bundle" }
}
}
}