From e643c434593927cb8ad85c32a1883b10548bc2f6 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 14 Sep 2023 18:06:25 -0500 Subject: add build:apk and apk config (#1454) --- eas.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'eas.json') diff --git a/eas.json b/eas.json index 240bc017d..69e5c94d6 100644 --- a/eas.json +++ b/eas.json @@ -33,6 +33,13 @@ "resourceClass": "m-large" }, "channel": "production" + }, + "dev-android-apk": { + "developmentClient": true, + "android": { + "buildType": "apk", + "gradleCommand": ":app:assembleRelease" + } } }, "submit": { -- cgit 1.4.1