diff options
Diffstat (limited to 'eas.json')
-rw-r--r-- | eas.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..f4721ac --- /dev/null +++ b/eas.json @@ -0,0 +1,21 @@ +{ + "build": { + "preview": { + "android": { + "buildType": "apk" + } + }, + "preview2": { + "android": { + "gradleCommand": ":app:assembleRelease" + } + }, + "preview3": { + "developmentClient": true + }, + "production": {} + }, + "cli": { + "version": ">= 0.52.0" + } +} |