diff options
Diffstat (limited to 'android/BuildInstructions.md')
| -rw-r--r-- | android/BuildInstructions.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index c07c4ef438..177b6937a5 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -242,3 +242,10 @@ To avoid or override the rust based version generation, the `OVERRIDE_VERSION_CO OVERRIDE_VERSION_CODE=123 OVERRIDE_VERSION_NAME=1.2.3 ``` + +### Disable version in-app notifications +To disable in-app notifications related to the app version during development or testing, +the `ENABLE_IN_APP_VERSION_NOTIFICATIONS` property can be set in `local.properties`: +``` +ENABLE_IN_APP_VERSION_NOTIFICATIONS=false +``` |
