From 8e3aeb15451f73cce29e08b0f1679316b8fe2d9e Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Tue, 11 Jun 2019 10:54:39 -0400 Subject: [PATCH] No issue: Enable send tab for all builds --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 35bf7001b..640ba7a75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -257,7 +257,7 @@ android.applicationVariants.all { variant -> // ------------------------------------------------------------------------------------------------- // Feature build flags // ------------------------------------------------------------------------------------------------- - buildConfigField 'Boolean', 'SEND_TAB_ENABLED', (buildType == "nightly" || isDebug).toString() + buildConfigField 'Boolean', 'SEND_TAB_ENABLED', (true).toString() buildConfigField 'Boolean', 'PULL_TO_REFRESH_ENABLED', (false).toString() }