summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-01-08 09:40:16 +0100
committerDavid Göransson <david.goransson@mullvad.net>2025-01-09 10:54:46 +0100
commite3ea59f53a33eb1202b67e514f721403b10fe2a5 (patch)
tree7291643acdbe8743f6b881ced859746e1aa5e966 /android/BuildInstructions.md
parenta50dad2d4950351b0bfc06e20a77969286375486 (diff)
downloadmullvadvpn-e3ea59f53a33eb1202b67e514f721403b10fe2a5.tar.xz
mullvadvpn-e3ea59f53a33eb1202b67e514f721403b10fe2a5.zip
Remove ALWAYS_SHOW_CHANGELOG property
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index e89d1b3102..cfff1b3d73 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -219,13 +219,6 @@ rm ./gradle/verification-metadata.xml
## Gradle properties
Some gradle properties can be set to simplify development. These are listed below.
-### Always show changelog
-For development purposes, `ALWAYS_SHOW_CHANGELOG` can be set in `local.properties` to always show
-the changelog dialog on each app start. For example:
-```
-ALWAYS_SHOW_CHANGELOG=true
-```
-
### Override version code and version name
To avoid or override the rust based version generation, the `OVERRIDE_VERSION_CODE` and
`OVERRIDE_VERSION_NAME` properties can be set in `local.properties`. For example: