From 223eb659a73e2a42f119bdd197bcd41b00e4b09d Mon Sep 17 00:00:00 2001
From: Santo Cariotti <santo@dcariotti.me>
Date: Mon, 2 Sep 2024 17:46:39 +0200
Subject: android: set up

---
 eas.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 eas.json

(limited to 'eas.json')

diff --git a/eas.json b/eas.json
new file mode 100644
index 0000000..0ad80b5
--- /dev/null
+++ b/eas.json
@@ -0,0 +1,18 @@
+{
+  "cli": {
+    "version": ">= 11.0.3"
+  },
+  "build": {
+    "development": {
+      "developmentClient": true,
+      "distribution": "internal"
+    },
+    "preview": {
+      "distribution": "internal"
+    },
+    "production": {}
+  },
+  "submit": {
+    "production": {}
+  }
+}
-- 
cgit v1.2.3-18-g5258