diff options
| author | Albin <albin@mullvad.net> | 2023-06-14 10:57:05 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-06-14 10:57:05 +0200 |
| commit | 91c72bda875d2e32c653bfb0a82ff2a7ce6c4aff (patch) | |
| tree | 94dfadb6a3b424dc72ee0f6628339a08f309c4eb /android/BuildInstructions.md | |
| parent | 28069e86a364aa7f8e7fad51924ad3e0345e13d3 (diff) | |
| parent | f523cdd4e2c7b23f79c9dab3882cb345f851b0c6 (diff) | |
| download | mullvadvpn-91c72bda875d2e32c653bfb0a82ff2a7ce6c4aff.tar.xz mullvadvpn-91c72bda875d2e32c653bfb0a82ff2a7ce6c4aff.zip | |
Merge branch 'add-option-to-disable-in-app-version-notifications'
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 +``` |
