1
0
Fork 0

Migrate feature-accounts to browser-state

master
Christian Sadilek 2020-05-12 18:17:39 -04:00
parent 372bb421cc
commit 7993f1017d
2 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
requireContext(), requireContext(),
customTabSessionId, customTabSessionId,
requireComponents.core.engine, requireComponents.core.engine,
requireComponents.core.sessionManager, requireComponents.core.store,
requireComponents.backgroundServices.accountManager, requireComponents.backgroundServices.accountManager,
requireComponents.backgroundServices.serverConfig, requireComponents.backgroundServices.serverConfig,
setOf(FxaCapability.CHOOSE_WHAT_TO_SYNC) setOf(FxaCapability.CHOOSE_WHAT_TO_SYNC)

View File

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents { object AndroidComponents {
const val VERSION = "41.0.20200513130106" const val VERSION = "42.0.20200513162226"
} }