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() }