spotify / ruler

Gradle plugin which helps you analyze the size of your Android apps.
Apache License 2.0
1.14k stars 58 forks source link

Attribute properly complex vector drawables #131

Closed ViktorPetrovski closed 1 year ago

ViktorPetrovski commented 1 year ago

What has changed

Some complex vector drawables are split up as multiple resources. An example is shown in the image: image

These files were not attributed properly and failed back in the default category.

After the change:

image