aboutsummaryrefslogtreecommitdiffstats
path: root/eas.json
diff options
context:
space:
mode:
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/eas.json b/eas.json
index f4721ac..837a2aa 100644
--- a/eas.json
+++ b/eas.json
@@ -13,7 +13,11 @@
"preview3": {
"developmentClient": true
},
- "production": {}
+ "production": {
+ "android": {
+ "buildType": "apk"
+ }
+ }
},
"cli": {
"version": ">= 0.52.0"