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:24:44 +0300
committerAlexander Zatsepin <az@mapswithme.com>2018-09-21 18:24:44 +0300
commit082abf3ef786a0b3dcf45050b19ecb332e606187 (patch)
tree12f791e56c04ca0cf21a4a6b68c5c9930e133ab0 /configure.sh
parentc96274abf285792db6812fefaf250dac911c3bc5 (diff)
[android] Added network config to configure.sh
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index 024a54cb8c..f14087d5fa 100755
--- a/configure.sh
+++ b/configure.sh
@@ -10,6 +10,7 @@ PRIVATE_PROPERTIES="$BASE_PATH/android/secure.properties"
PRIVATE_FABRIC_PROPERTIES="$BASE_PATH/android/fabric.properties"
PRIVATE_PUSHWOOSH_PROPERTIES="$BASE_PATH/android/pushwoosh.properties"
PRIVATE_LIBNOTIFY_PROPERTIES="$BASE_PATH/android/libnotify.properties"
+PRIVATE_NETWORK_CONFIG="$BASE_PATH/android/res/xml/network_security_config.xml"
SAVED_PRIVATE_REPO_FILE="$BASE_PATH/.private_repository_url"
TMP_REPO_DIR="$BASE_PATH/.tmp.private.repo"