diff --git a/android/capawesome.json b/android/capawesome.json index 55fa09b0..530bc57b 100644 --- a/android/capawesome.json +++ b/android/capawesome.json @@ -1,3 +1,3 @@ { - "version": 17 + "version": 18 } \ No newline at end of file diff --git a/common/src/constants.ts b/common/src/constants.ts index e7b4e0ce..8d1b773f 100644 --- a/common/src/constants.ts +++ b/common/src/constants.ts @@ -19,7 +19,7 @@ export const xLink = "https://x.com/compassmeet" export const formLink = "https://forms.gle/tKnXUMAbEreMK6FC6" export const ANDROID_APP_URL = 'https://play.google.com/store/apps/details?id=com.compassconnections.app' -export const IS_MAINTENANCE = true // set to true to enable the maintenance mode banner +export const IS_MAINTENANCE = false // set to true to enable the maintenance mode banner export const MIN_BIO_LENGTH = 250