From c1210945cd06dff925126afcaa2d0a1ea3b79368 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 15 Oct 2020 03:15:05 +0400 Subject: [PATCH] bazel: enable watch app [skip ci] --- Telegram/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/BUILD b/Telegram/BUILD index 47b6827b4b..7f65ccaa2f 100644 --- a/Telegram/BUILD +++ b/Telegram/BUILD @@ -1253,7 +1253,7 @@ ios_application( ":ShareExtension", #":NotificationServiceExtension", ], - #watch_application = ":TelegramWatchApp", + watch_application = ":TelegramWatchApp", deps = [ ":Main", ":Lib",