From 096a95cfce70e7e33773f5edf71f00e562af6941 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sun, 5 Jun 2022 22:21:44 +0400 Subject: [PATCH] Fix example variables [nodeploy] --- build-system/example-configuration/variables.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/example-configuration/variables.bzl b/build-system/example-configuration/variables.bzl index 26b6550f2e..ed0fce4614 100644 --- a/build-system/example-configuration/variables.bzl +++ b/build-system/example-configuration/variables.bzl @@ -8,7 +8,7 @@ telegram_is_internal_build = "false" telegram_is_appstore_build = "true" telegram_appstore_id = "686449807" telegram_app_specific_url_scheme = "tg" -telegram_premium_iap_product_id = "" +telegram_premium_iap_product_id = "org.telegram.telegramPremium.monthly" telegram_aps_environment = "production" telegram_enable_siri = True telegram_enable_icloud = True