1
0
Fork 0

Use Mozilla Android Components 10.0.1.

master
Sebastian Kaspari 2019-08-28 14:10:06 +02:00
parent 681257bea7
commit 8608375eac
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ class DefaultToolbarMenu(
ThemeManager.resolveAttribute(R.attr.primaryText, context),
highlight = if (hasAccountProblem) {
BrowserMenuHighlightableItem.Highlight(
imageResource = R.drawable.ic_alert,
endImageResource = R.drawable.ic_alert,
backgroundResource = R.drawable.sync_error_background_with_ripple,
colorResource = R.color.sync_error_background_color
)

View File

@ -34,7 +34,7 @@ object Versions {
const val androidx_work = "2.0.1"
const val google_material = "1.1.0-alpha07"
const val mozilla_android_components = "10.0.0-SNAPSHOT"
const val mozilla_android_components = "10.0.1"
// 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