Skip to content

Commit

Permalink
Build 22
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Oct 4, 2022
1 parent c885e30 commit 08ae22f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 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.2",
"version": "2.2.3",
"platforms": [
"ios",
"android"
Expand All @@ -28,14 +28,14 @@
],
"ios": {
"bundleIdentifier": "com.Stanford.Daily.App",
"buildNumber": "21",
"buildNumber": "22",
"appStoreUrl": "https://itunes.apple.com/app/stanford-daily/id1341270063",
"supportsTablet": true
},
"android": {
"package": "com.Stanford.Daily.App",
"googleServicesFile": "./google-services.json",
"versionCode": 21,
"versionCode": 22,
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.Stanford.Daily.App",
"permissions": [
"ACCESS_COARSE_LOCATION",
Expand All @@ -47,6 +47,11 @@
},
"plugins": [
"expo-build-properties"
]
],
"extra": {
"eas": {
"projectId": "b79492b0-f9be-11e8-9d5e-cdc02a26eca7"
}
}
}
}
}

0 comments on commit 08ae22f

Please sign in to comment.