diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index 0b0484cec..ce3185f57 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -20,5 +20,12 @@ "production": { "channel": "production" } + }, + "submit":{ + "android":{ + "track":"internal", + "releaseStatus":"draft", + "changesNotSentForReview":false + } } }