No issue: Enable send tab in nightly legacy

nightly-build-test
Jonathan Almeida 5 years ago committed by Jonathan Almeida
parent 13b7e64c9b
commit 5792acf442

@ -265,7 +265,7 @@ android.applicationVariants.all { variant ->
// -------------------------------------------------------------------------------------------------
// NB: flipping SEND_TAB_ENABLED flag back and worth is currently not well supported and may need hand-holding.
// Consult with the android-components peers before changing.
buildConfigField 'Boolean', 'SEND_TAB_ENABLED', (buildType == "nightly" || isDebug).toString()
buildConfigField 'Boolean', 'SEND_TAB_ENABLED', (buildType == "nightly" || buildType == "nightlyLegacy" || isDebug).toString()
buildConfigField 'Boolean', 'PULL_TO_REFRESH_ENABLED', (false).toString()
}

Loading…
Cancel
Save