avianey / androidsvgdrawable-plugin

Gradle plugin that generates qualified, density specific PNG drawables from SVG files at build time for your Android projects.
Apache License 2.0
262 stars 29 forks source link

Relink TaskInputs to new Gradle API (3.3) #59

Closed avianey closed 3 years ago

avianey commented 7 years ago

The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.

relates to #56

1110101 commented 5 years ago

3.0.2 fixed that for me, thanks.