gitshark

Clone repository

git clone https://git.vilip.de/git/vilip/taskflow.git
git clone git@git.vilip.de:vilip/taskflow.git

← Commits

🧱 Update deployment file

b3bb1345a2e7865615679107d1f194a34467740c · vvilip · 2025-11-10T18:28:06Z

Changes

1 file changed, +8 -5

MODIFY eas.json +8 -5
diff --git a/eas.json b/eas.json
index 24e300c..7b0ce7c 100644
--- a/eas.json
+++ b/eas.json
@@ -10,13 +10,16 @@
10 10 },
11 11 "preview": {
12 12 "distribution": "internal",
13 - "android": {
14 - "buildType": "apk"
15 - }
13 + "android": {
14 + "buildType": "apk"
15 + }
16 16 },
17 17 "production": {
18 - "autoIncrement": true
19 - }
18 + "autoIncrement": true,
19 + "android": {
20 + "buildType": "apk"
21 + }
22 + }
20 23 },
21 24 "submit": {
22 25 "production": {}

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog