blob: a1bba2fde7745bb38637be9deda8da4bb7afbd89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"expo": {
"name": "EcoAlerts",
"sdkVersion": "28.0.0",
"icon": "./icon.png",
"orientation": "portrait",
"loading": {
"icon": "./icon_rounded.png"
},
"androidStatusBar": {
"backgroundColor": "#ffffff"
},
"android": {
"package": "com.sstu.teamconcept",
"versionCode": 16
},
"version": "0.0.1"
}
}
|