From a29d0ba64c537d158cd63fdf7c0952a20e79730f Mon Sep 17 00:00:00 2001 From: Admin Date: Sun, 29 Mar 2026 20:36:04 +0000 Subject: [PATCH] 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) --- mobile/app.json | 9 ++++++++- mobile/eas.json | 9 +-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 847762c..98439bd 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -36,6 +36,13 @@ "color": "#3B82F6" } ] - ] + ], + "extra": { + "router": {}, + "eas": { + "projectId": "67f7d2df-e842-48d8-8fe8-ea4313c4dc5f" + } + }, + "owner": "it-enterprise" } } diff --git a/mobile/eas.json b/mobile/eas.json index 11bbc92..b142d83 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -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" } } } }