diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-11-10 13:43:10 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-11-19 01:35:21 +0100 |
| commit | 461dd7f6fd4909e598dfd190f846d1fcc68d6f6b (patch) | |
| tree | 3f56fda7fb64bf0ddfbc55007619697e3796a269 /android | |
| parent | 557484f7c7160fcbdf75c4f989c2108110245d79 (diff) | |
| download | mullvadvpn-461dd7f6fd4909e598dfd190f846d1fcc68d6f6b.tar.xz mullvadvpn-461dd7f6fd4909e598dfd190f846d1fcc68d6f6b.zip | |
Bundle API address cache with the app
Diffstat (limited to 'android')
| -rw-r--r-- | android/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/build.gradle b/android/build.gradle index e9307b1df6..9bfb4d23c3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -108,5 +108,6 @@ buildscript { task copyExtraAssets(type: Copy) { from "$repoRootPath/dist-assets" include "relays.json" + include "api-ip-address.txt" into extraAssetsDirectory } |
