diff options
author | 2022-05-20 00:51:30 +0100 | |
---|---|---|
committer | 2022-05-21 17:06:33 +0100 | |
commit | 79722f7356fa8e633cfda683857100f10409bcbd (patch) | |
tree | a070e6831dd50155e71f66c3d918b57ee81d3007 /eas.json | |
parent | 9996d8f36cf91a7e9932961cbf0c178a62aa14d3 (diff) | |
download | notes_mobile-79722f7356fa8e633cfda683857100f10409bcbd.tar.gz notes_mobile-79722f7356fa8e633cfda683857100f10409bcbd.tar.bz2 notes_mobile-79722f7356fa8e633cfda683857100f10409bcbd.zip |
configure eas, improve top bar
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" + } +} |