diff options
Diffstat (limited to 'eas.json')
-rw-r--r-- | eas.json | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,7 +13,11 @@ "preview3": { "developmentClient": true }, - "production": {} + "production": { + "android": { + "buildType": "apk" + } + } }, "cli": { "version": ">= 0.52.0" |