aswi2023one-team-to-rule-them-all-gitlab/eas.json @ 7a18d5ad
1 |
{
|
---|---|
2 |
"cli": { |
3 |
"version": ">= 3.12.1" |
4 |
}, |
5 |
"build": { |
6 |
"development": { |
7 |
"developmentClient": true, |
8 |
"distribution": "internal" |
9 |
}, |
10 |
"preview": { |
11 |
"android": { |
12 |
"buildType": "apk" |
13 |
} |
14 |
}, |
15 |
"preview2": { |
16 |
"android": { |
17 |
"gradleCommand": ":app:assembleRelease" |
18 |
} |
19 |
}, |
20 |
"preview3": { |
21 |
"developmentClient": true |
22 |
}, |
23 |
"production": {} |
24 |
}, |
25 |
"submit": { |
26 |
"production": {} |
27 |
} |
28 |
}
|