1
0
Fork 0

No issue: Enable send tab for all builds

master
Jonathan Almeida 2019-06-11 10:54:39 -04:00 committed by Jonathan Almeida
parent ccc7c70967
commit 8e3aeb1545
1 changed files with 1 additions and 1 deletions

View File

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