diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-01-24 11:15:52 +0100 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-01-28 10:35:15 +0100 |
| commit | 1fd061cc62fa0b3deb56302d8d74d513345c3037 (patch) | |
| tree | be88797d5613567c2e1806fbbf82d438bd720dc3 /android/scripts | |
| parent | 95e51f000f8259dfb3e5966831bd102937e6e935 (diff) | |
| download | mullvadvpn-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-x | android/scripts/update-lockfile.sh | 1 |
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" ) |
