From 327ea4912acf45a17d847de5be8221a9913322c8 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 14 Jun 2023 11:47:07 +0900 Subject: [PATCH] Use aab for android production builds --- front/apps/mobile/eas.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/front/apps/mobile/eas.json b/front/apps/mobile/eas.json index 772a47d3..0485adbf 100644 --- a/front/apps/mobile/eas.json +++ b/front/apps/mobile/eas.json @@ -16,10 +16,7 @@ "channel": "preview" }, "production": { - "channel": "prod", - "android": { - "buildType": "apk" - } + "channel": "prod" } }, "submit": {