🧱 Update deployment file
Changes
1 file changed, +8 -5
MODIFY
eas.json
+8 -5
@@ -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": {}