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"