about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--eas.json7
-rw-r--r--package.json3
2 files changed, 9 insertions, 1 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": {
diff --git a/package.json b/package.json
index 69ba6f679..baf4f2843 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,8 @@
     "e2e:mock-server": "ts-node __e2e__/mock-server.ts",
     "e2e:metro": "RN_SRC_EXT=e2e.ts,e2e.tsx expo run:ios",
     "e2e:build": "detox build -c ios.sim.debug",
-    "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all"
+    "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all",
+    "build:apk": "eas build -p android --profile dev-android-apk"
   },
   "dependencies": {
     "@atproto/api": "^0.6.12",