aboutsummaryrefslogtreecommitdiffstats
path: root/eas.json
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2022-05-20 00:51:30 +0100
committerGravatar piotrruss <mail@pruss.it> 2022-05-21 17:06:33 +0100
commit79722f7356fa8e633cfda683857100f10409bcbd (patch)
treea070e6831dd50155e71f66c3d918b57ee81d3007 /eas.json
parent9996d8f36cf91a7e9932961cbf0c178a62aa14d3 (diff)
downloadnotes_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.json21
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"
+ }
+}