diff options
Diffstat (limited to 'eas.json')
-rw-r--r-- | eas.json | 7 |
1 files changed, 7 insertions, 0 deletions
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": { |