Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Zatsepin <az@mapswithme.com>2018-09-21 18:43:47 +0300
committerAlexander Zatsepin <az@mapswithme.com>2018-09-21 18:51:14 +0300
commit76c6d3471833e7d9b8973a695a04d80d96906586 (patch)
treeff088a3039efc421ef138bce63401026d4f8d36e /configure.sh
parentebde162621070c1333f2e77c289269392da92da2 (diff)
[android] Added network config for open source
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index f14087d5fa..1d8a09a0e0 100755
--- a/configure.sh
+++ b/configure.sh
@@ -124,6 +124,9 @@ apiKey=0000000000000000000000000000000000000000
echo 'pwAppId=XXXXX
pwProjectId=A123456789012
' > "$PRIVATE_PUSHWOOSH_PROPERTIES"
+ echo '<?xml version="1.0" encoding="utf-8"?>
+<network-security-config/>
+' > "$PRIVATE_NETWORK_CONFIG"
exit
fi
fi