summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle1
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
}