Commit 236b9818 authored by MickeyMoz's avatar MickeyMoz Committed by Emily Kager
Browse files

Update Android Components version to 50.0.20200708130551.

parent 8b3f9804
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -277,8 +277,7 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity {
        EngineView::class.java.name -> components.core.engine.createView(context, attrs).apply {
            selectionActionDelegate = DefaultSelectionActionDelegate(
                getSearchAdapter(components.core.store),
                resources = context.resources,
                appName = getString(R.string.app_name)
                resources = context.resources
            ) {
                share(it)
            }
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

object AndroidComponents {
    const val VERSION = "50.0.20200707200739"
    const val VERSION = "50.0.20200708130551"
}