diff --git a/app.json b/app.json index 0bd8b8b7..c626f351 100644 --- a/app.json +++ b/app.json @@ -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" @@ -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", @@ -47,6 +47,11 @@ }, "plugins": [ "expo-build-properties" - ] + ], + "extra": { + "eas": { + "projectId": "b79492b0-f9be-11e8-9d5e-cdc02a26eca7" + } + } } -} \ No newline at end of file +}