aboutsummaryrefslogtreecommitdiff
path: root/mobile/app.json
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-10 01:44:31 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-10 01:44:31 +0000
commite848d1d2b2d0e006a881bb9421f1078f235fb0c1 (patch)
treed142d83c3853edd827e0df27ec37bb1a6ea4ce0c /mobile/app.json
parent3799b3ea15bc24a19b8c92db9f353af85e34cbb3 (diff)
parentd0b5261a9ca706d332299162ad886751b3c5960e (diff)
Merge branch 'master' of github.com:csc301-winter-2019/project-team-02
Diffstat (limited to 'mobile/app.json')
-rw-r--r--mobile/app.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/mobile/app.json b/mobile/app.json
index 48162b1..c990fce 100644
--- a/mobile/app.json
+++ b/mobile/app.json
@@ -1,7 +1,7 @@
{
"expo": {
- "name": "hello-world",
- "slug": "hello-world",
+ "name": "Helpthehome",
+ "slug": "helpthehome",
"privacy": "public",
"sdkVersion": "32.0.0",
"platforms": [
@@ -24,6 +24,9 @@
],
"ios": {
"supportsTablet": true
+ },
+ "android": {
+ "package": "com.yourcompany.yourappname"
}
}
-} \ No newline at end of file
+}