diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-01-14 14:18:59 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-03-01 15:30:21 +0100 |
| commit | 1cd2c994e4a6aff4856de9e89e0ce58d7e51da59 (patch) | |
| tree | 9354ec53a85c93ad20a5d1afb90af999f9ed483a /.github | |
| parent | 0ef6487e04e6adc2045ec5c88f4056c72f736dbb (diff) | |
| download | mullvadvpn-1cd2c994e4a6aff4856de9e89e0ce58d7e51da59.tar.xz mullvadvpn-1cd2c994e4a6aff4856de9e89e0ce58d7e51da59.zip | |
Remove API address rotation
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index d340431ddc..3bc2192146 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -95,7 +95,6 @@ jobs: source env.sh $TARGET cargo build --target $TARGET --verbose --package mullvad-jni cargo run --bin relay_list > dist-assets/relays.json - cargo run --bin address_cache > dist-assets/api-ip-address.txt $NDK_TOOLCHAIN_STRIP_TOOL --strip-debug --strip-unneeded -o "$STRIPPED_LIB_PATH" "$UNSTRIPPED_LIB_PATH" - name: Configure Android SDK |
