1
0
Fork 0

Upgrade to Mozilla Android Components 16.0.0-SNAPSHOT

master
Christian Sadilek 2019-10-03 10:25:39 -04:00 committed by Emily Kager
parent 3be06953d6
commit b733e4fa8f
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ abstract class BaseBrowserFragment : Fragment(), BackHandler, SessionManager.Obs
promptsFeature.set(
feature = PromptFeature(
fragment = this,
sessionManager = sessionManager,
store = store,
sessionId = customTabSessionId,
fragmentManager = parentFragmentManager,
onNeedToRequestPermissions = { permissions ->

View File

@ -35,7 +35,7 @@ object Versions {
const val androidx_work = "2.0.1"
const val google_material = "1.1.0-alpha10"
const val mozilla_android_components = "15.0.0-SNAPSHOT"
const val mozilla_android_components = "16.0.0-SNAPSHOT"
// Note that android-components also depends on application-services,
// and in fact is our main source of appservices-related functionality.
// The version number below tracks the application-services version