Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed Jan 31, 2023
2 parents c4f1c85 + fecaf09 commit 2cd8738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- install expo-cli
- install eas-cli
- install yarn
- install node (v14+)
- install node (v16+)

## Testing and run

Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Singapore Bus Arrival App",
"slug": "singapore-bus-arrival-app",
"platforms": ["ios", "android"],
"version": "0.3.7",
"version": "0.3.8",
"orientation": "portrait",
"icon": "./assets/appstore-icon.png",
"splash": {
Expand All @@ -17,7 +17,7 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"bundleIdentifier": "com.donaldwu.singaporebusarrivalapp",
"buildNumber": "0.3.7",
"buildNumber": "0.3.8",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you",
"NSLocationAlwaysUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you",
Expand All @@ -28,7 +28,7 @@
},
"android": {
"package": "com.donaldwu.singaporebusarrivalapp",
"versionCode": 38,
"versionCode": 39,
"permissions": ["ACCESS_COARSE_LOCATION", "ACCESS_FINE_LOCATION"]
},
"description": "Singpaore Bus Arrival App",
Expand Down

0 comments on commit 2cd8738

Please sign in to comment.