From 50138a33ed9b06dd224a511a75a350e3788688bc Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 26 Jan 2021 02:43:28 +0500 Subject: [PATCH] Update appstore_id in the example configuration --- build-system/example-configuration/variables.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-system/example-configuration/variables.bzl b/build-system/example-configuration/variables.bzl index a89c790a17..489bcd5fde 100644 --- a/build-system/example-configuration/variables.bzl +++ b/build-system/example-configuration/variables.bzl @@ -1,3 +1,4 @@ + telegram_bundle_id = "ph.telegra.Telegraph" telegram_api_id = "8" telegram_api_hash = "7245de8e747a0d6fbe11f7cc14fcc0bb" @@ -5,6 +6,6 @@ telegram_team_id = "C67CF9S4VU" telegram_app_center_id = "0" telegram_is_internal_build = "false" telegram_is_appstore_build = "true" -telegram_appstore_id = "0" +telegram_appstore_id = "686449807" telegram_app_specific_url_scheme = "tg" telegram_aps_environment = "production"