diff options
Diffstat (limited to 'frontend/app.json')
| -rw-r--r-- | frontend/app.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/app.json b/frontend/app.json new file mode 100644 index 0000000..a1bba2f --- /dev/null +++ b/frontend/app.json @@ -0,0 +1,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" + } +} |