Skip to content

1.1.0

Compare
Choose a tag to compare
@releases-bot releases-bot released this 05 Sep 18:01

https://developer.android.com/jetpack/androidx/releases/vectordrawable#1.1.0

Version 1.1.0
September 5, 2019

androidx.vectordrawable:vectordrawable:1.1.0 and androidx.vectordrawable:vectordrawable-animated:1.1.0 are released. The commits included in this version can be found here.

Important changes since 1.0.0

New features

  • fillType is now supported in ClipPath
  • Tinting is now supported using ColorStateLists defined with theme attrs in VectorDrawableCompat

Bug fixes

  • Fixed bug in rendering VectorDrawables with gradients (b/117796719)
  • Fixed getColorFilter() that returned null even when it was set (aosp/762198)