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:
authorАлександр Зацепин <az@mapswithme.com>2018-04-09 11:28:41 +0300
committerSlava <slovaricheg@gmail.com>2018-04-11 11:03:59 +0300
commitee56ab2e1feedc7b95bbe1e1c32367e5ddd94da3 (patch)
tree94dac791c1f3c585c4fd2dcf218ff1387c6e19be /configure.sh
parente5f41478d5a44534c3f2600bddf2de6ba04b0131 (diff)
[android] Integrated LibNotify library
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index 87702f66b7..9179a3d745 100755
--- a/configure.sh
+++ b/configure.sh
@@ -9,6 +9,7 @@ PRIVATE_HEADER="$BASE_PATH/private.h"
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"
SAVED_PRIVATE_REPO_FILE="$BASE_PATH/.private_repository_url"
TMP_REPO_DIR="$BASE_PATH/.tmp.private.repo"
@@ -121,6 +122,10 @@ else
}
' > "$PRIVATE_PROPERTIES"
+ echo 'appId=XXXXX
+projectId=00000000
+' > "$PRIVATE_LIBNOTIFY_PROPERTIES"
+
echo 'apiSecret=0000000000000000000000000000000000000000000000000000000000000000
apiKey=0000000000000000000000000000000000000000
' > "$PRIVATE_FABRIC_PROPERTIES"