Update Android Components version

fennec/production
Arturo Mejia 5 years ago committed by Emily Kager
parent 7c279b6e1f
commit 8872baef39

@ -84,8 +84,8 @@ class ExternalAppBrowserFragment : BaseBrowserFragment(), UserInteractionHandler
activity,
components.core.store,
customTabSessionId
) { exception ->
components.analytics.crashReporter.submitCaughtException(exception)
) { uri ->
components.analytics.crashReporter.submitCaughtException(Exception("Unknown scheme error $uri"))
FenixSnackbar.make(
view = view.swipeRefresh,
duration = FenixSnackbar.LENGTH_LONG,

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

Loading…
Cancel
Save