summaryrefslogtreecommitdiffhomepage
path: root/android/scripts
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-01-24 11:15:52 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-01-28 10:35:15 +0100
commit1fd061cc62fa0b3deb56302d8d74d513345c3037 (patch)
treebe88797d5613567c2e1806fbbf82d438bd720dc3 /android/scripts
parent95e51f000f8259dfb3e5966831bd102937e6e935 (diff)
downloadmullvadvpn-1fd061cc62fa0b3deb56302d8d74d513345c3037.tar.xz
mullvadvpn-1fd061cc62fa0b3deb56302d8d74d513345c3037.zip
Bundle a pre-generated relay list instead of generating one
The android app will try to bundle the relays.json found under dist-assets/relays/ if it exists. Otherwise it will rely on the relay list downloaded by the api. For alpha, beta and stable release builds it is required to have a bundled relays.json file.
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/update-lockfile.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/scripts/update-lockfile.sh b/android/scripts/update-lockfile.sh
index 0c20ae31c3..9c08ff80a0 100755
--- a/android/scripts/update-lockfile.sh
+++ b/android/scripts/update-lockfile.sh
@@ -20,7 +20,6 @@ GRADLE_TASKS=(
"lint"
)
EXCLUDED_GRADLE_TASKS=(
- "-xgenerateRelayList"
"-xcargoBuild"
)