diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-10 01:44:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-10 01:44:10 +0000 |
| commit | d0b5261a9ca706d332299162ad886751b3c5960e (patch) | |
| tree | a745937227ea69c903b232ca151e52bb783387c9 /mobile/app.json | |
| parent | c5c344f17d4e5729f12d9c77e1d2c0812576af27 (diff) | |
| parent | 164ccc4428dca4d0ee9520d29cc8e7d1b15c065a (diff) | |
Merge pull request #34 from csc301-winter-2019/fix-location-bug-d2
Fix location bug d2
Diffstat (limited to 'mobile/app.json')
| -rw-r--r-- | mobile/app.json | 9 |
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 +} |
