1
0
Fork 0

Update to Mozilla Android Components 19.0.0-SNAPSHOT.

master
Sebastian Kaspari 2019-10-22 16:13:36 -04:00 committed by Jeff Boek
parent 9543f38978
commit b3ce0b421b
2 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,6 @@ class ToolbarIntegration(
trackingProtectionNothingBlocked = AppCompatResources.getDrawable(
context,
R.drawable.ic_tracking_protection_enabled
)!!,
trackingProtectionException = AppCompatResources.getDrawable(
context,

View File

@ -35,7 +35,7 @@ object Versions {
const val androidx_work = "2.2.0"
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,
// and in fact is our main source of appservices-related functionality.
// The version number below tracks the application-services version