Skip to content

Commit

Permalink
Build 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Aug 17, 2022
1 parent c159c56 commit 7c5e15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The Stanford Daily Mobile App",
"slug": "StanfordDaily",
"privacy": "public",
"version": "2.2.0",
"version": "2.2.1",
"platforms": [
"ios",
"android"
Expand All @@ -28,14 +28,14 @@
],
"ios": {
"bundleIdentifier": "com.Stanford.Daily.App",
"buildNumber": "19",
"buildNumber": "20",
"appStoreUrl": "https://itunes.apple.com/app/stanford-daily/id1341270063",
"supportsTablet": true
},
"android": {
"package": "com.Stanford.Daily.App",
"googleServicesFile": "./google-services.json",
"versionCode": 19,
"versionCode": 20,
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.Stanford.Daily.App",
"permissions": [
"ACCESS_COARSE_LOCATION",
Expand Down

0 comments on commit 7c5e15a

Please sign in to comment.