Android live update

This commit is contained in:
MartinBraquet
2025-12-26 14:17:28 +02:00
parent f2845eab91
commit 4287fbae85
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{
"version": 17
"version": 18
}

View File

@@ -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