summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-01-09 10:55:29 +0100
committerDavid Göransson <david.goransson@mullvad.net>2025-01-09 10:55:29 +0100
commitaf606551507a95671264979c8a5ca537b33e8a3c (patch)
tree4cf45c753e523389bca114f24fbefe576cc53427 /android/BuildInstructions.md
parentdce74bb3a8c983cfc55f46f989e93f762b772e36 (diff)
parent412040218f3d965aca121a47bd5ca954dd9916e5 (diff)
downloadmullvadvpn-af606551507a95671264979c8a5ca537b33e8a3c.tar.xz
mullvadvpn-af606551507a95671264979c8a5ca537b33e8a3c.zip
Merge branch 'update-changelog-presentation-droid-1634'
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: