Update Android Components version to 66.0.20201106143126 (#16439)

This commit is contained in:
Christian Sadilek 2020-11-06 17:22:46 -05:00 committed by GitHub
parent 647efa1b37
commit 96e2123f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ class UseCases(
*/
val searchUseCases by lazyMonitored {
SearchUseCases(
context,
store,
searchEngineManager.toDefaultSearchEngineProvider(context),
sessionManager

View File

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