upgrade mozilla deps
This commit is contained in:
@@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT"
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = "2.1.20"
|
||||
ext.mozillaComponentsVersion = '145.0'
|
||||
ext.mozillaComponentsVersion = '146.0.1'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
|
||||
+1
-1
@@ -212,7 +212,7 @@ class GeckoTabsApiImpl : GeckoTabsApi {
|
||||
System.currentTimeMillis(),
|
||||
tab.id,
|
||||
SecurityInfoState(
|
||||
tab.content.securityInfo.secure,
|
||||
tab.content.securityInfo.isSecure,
|
||||
tab.content.securityInfo.host,
|
||||
tab.content.securityInfo.issuer
|
||||
)
|
||||
|
||||
+1
-1
@@ -76,7 +76,7 @@ class Events(
|
||||
System.currentTimeMillis(),
|
||||
tab.id,
|
||||
SecurityInfoState(
|
||||
tab.content.securityInfo.secure,
|
||||
tab.content.securityInfo.isSecure,
|
||||
tab.content.securityInfo.host,
|
||||
tab.content.securityInfo.issuer,
|
||||
)
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ class UseCases(
|
||||
/**
|
||||
* Use cases related to the downloads feature.
|
||||
*/
|
||||
val downloadsUseCases: DownloadsUseCases by lazy { DownloadsUseCases(store) }
|
||||
val downloadsUseCases: DownloadsUseCases by lazy { DownloadsUseCases(store, context) }
|
||||
|
||||
/**
|
||||
* Use cases related to Custom Tabs.
|
||||
|
||||
Reference in New Issue
Block a user