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