mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Update to Mozilla Android Components 19.0.0-SNAPSHOT.
This commit is contained in:
parent
e9d21e9799
commit
a81a60183d
@ -85,7 +85,6 @@ class ToolbarIntegration(
|
|||||||
trackingProtectionNothingBlocked = AppCompatResources.getDrawable(
|
trackingProtectionNothingBlocked = AppCompatResources.getDrawable(
|
||||||
context,
|
context,
|
||||||
R.drawable.ic_tracking_protection_enabled
|
R.drawable.ic_tracking_protection_enabled
|
||||||
|
|
||||||
)!!,
|
)!!,
|
||||||
trackingProtectionException = AppCompatResources.getDrawable(
|
trackingProtectionException = AppCompatResources.getDrawable(
|
||||||
context,
|
context,
|
||||||
|
@ -35,7 +35,7 @@ object Versions {
|
|||||||
const val androidx_work = "2.2.0"
|
const val androidx_work = "2.2.0"
|
||||||
const val google_material = "1.1.0-beta01"
|
const val google_material = "1.1.0-beta01"
|
||||||
|
|
||||||
const val mozilla_android_components = "18.0.0-SNAPSHOT"
|
const val mozilla_android_components = "19.0.0-SNAPSHOT"
|
||||||
// Note that android-components also depends on application-services,
|
// Note that android-components also depends on application-services,
|
||||||
// and in fact is our main source of appservices-related functionality.
|
// and in fact is our main source of appservices-related functionality.
|
||||||
// The version number below tracks the application-services version
|
// The version number below tracks the application-services version
|
||||||
|
Loading…
Reference in New Issue
Block a user