diff --git a/app.config.ts b/app.config.ts index 41bbb91..3e038d2 100644 --- a/app.config.ts +++ b/app.config.ts @@ -22,7 +22,7 @@ if (process.env.STAGE) { } const DEEP_LINK_URL = '[firebaseAppId].web.app'; -const buildNumber = 4; +const buildNumber = 5; export default ({config}: ConfigContext): ExpoConfig => ({ ...config,