-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheas.json
59 lines (59 loc) · 1.76 KB
/
eas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"cli": {
"version": ">= 14.7.1",
"appVersionSource": "remote"
},
"submit": {
"production": {
"android": {
"serviceAccountKeyPath": "./pc-api-8624788093735183473-424-56bb2e2c9d39.json",
"track": "internal",
"releaseStatus": "draft"
}
}
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"gradleCommand": ":app:assembleDebug",
"buildType": "apk",
"withoutCredentials": true
},
"env": {
"EXPO_PUBLIC_CONVEX_URL": "https://pleasant-civet-804.convex.cloud",
"EXPO_PUBLIC_CLOUDINARY_CLOUD_NAME": "dj43rebwn",
"EXPO_PUBLIC_CLOUDINARY_PESETS": "om-motors-transport",
"EXPO_PUBLIC_CLOUDINARY_PESETS_RECEIPTS": "om-motors-receipts"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease"
},
"env": {
"EXPO_PUBLIC_CONVEX_URL": "https://pleasant-civet-804.convex.cloud",
"EXPO_PUBLIC_CLOUDINARY_CLOUD_NAME": "dj43rebwn",
"EXPO_PUBLIC_CLOUDINARY_PESETS": "om-motors-transport",
"EXPO_PUBLIC_CLOUDINARY_PESETS_RECEIPTS": "om-motors-receipts"
}
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "app-bundle",
"image": "ubuntu-22.04-jdk-17-ndk-r21e",
"gradleCommand": ":app:bundleRelease"
},
"env": {
"EXPO_PUBLIC_CONVEX_URL": "https://pleasant-civet-804.convex.cloud",
"EXPO_PUBLIC_CLOUDINARY_CLOUD_NAME": "dj43rebwn",
"EXPO_PUBLIC_CLOUDINARY_PESETS": "om-motors-transport",
"EXPO_PUBLIC_CLOUDINARY_PESETS_RECEIPTS": "om-motors-receipts"
}
}
}
}