about summary refs log tree commit diff
path: root/eas.json
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-09-14 18:06:25 -0500
committerGitHub <noreply@github.com>2023-09-14 16:06:25 -0700
commite643c434593927cb8ad85c32a1883b10548bc2f6 (patch)
tree39bf855a230ce4c933d854827fda68a74c6f23a2 /eas.json
parent37252e90b434f1fbe2dc3cac8802cf0c5b15e129 (diff)
downloadvoidsky-e643c434593927cb8ad85c32a1883b10548bc2f6.tar.zst
add build:apk and apk config (#1454)
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/eas.json b/eas.json
index 240bc017d..69e5c94d6 100644
--- a/eas.json
+++ b/eas.json
@@ -33,6 +33,13 @@
         "resourceClass": "m-large"
       },
       "channel": "production"
+    },
+    "dev-android-apk": {
+      "developmentClient": true,
+      "android": {
+        "buildType": "apk",
+        "gradleCommand": ":app:assembleRelease"
+      }
     }
   },
   "submit": {