-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
45 lines (45 loc) · 989 Bytes
/
app.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
{
"expo": {
"name": "DeejAI",
"slug": "DeejAI",
"icon": "./public/android-chrome-512x512.png",
"splash": {
"image": "./public/android-chrome-512x512.png",
"backgroundColor": "#222222"
},
"scheme": "deejai",
"version": "2.2.13",
"userInterfaceStyle": "dark",
"backgroundColor": "#000000",
"android": {
"package": "online.deejai.www",
"versionCode": 17,
"permissions": [
"INTERNET"
]
},
"ios": {
"bundleIdentifier": "online.deej-ai",
"buildNumber": "1",
"supportsTablet": true,
"icon": "./public/ios-512x512.png"
},
"extra": {
"eas": {
"projectId": "3027f7dd-4a29-4e62-a343-9f473cf94d36"
}
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 34,
"targetSdkVersion": 34,
"buildToolsVersion": "34.0.0"
}
}
]
]
}
}