From 6595496ac6e4266381fb74be27352354d9e13710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Wed, 2 Oct 2019 15:09:33 +0300 Subject: [PATCH] Removed libnotify code from configure.sh --- configure.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.sh b/configure.sh index 752c68b4cc..1275c2778b 100755 --- a/configure.sh +++ b/configure.sh @@ -20,7 +20,6 @@ DEFAULT_PRIVATE_CAR_MODEL_COEFS="$BASE_PATH/routing_common/car_model_coefs_defau 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" SAVED_PRIVATE_BRANCH_FILE="$BASE_PATH/.private_repository_branch" @@ -47,10 +46,6 @@ setup_opensource() { } ' > "$PRIVATE_PROPERTIES" - echo 'appId=XXXXX -projectId=00000000 -' > "$PRIVATE_LIBNOTIFY_PROPERTIES" - echo 'apiSecret=0000000000000000000000000000000000000000000000000000000000000000 apiKey=0000000000000000000000000000000000000000 ' > "$PRIVATE_FABRIC_PROPERTIES"