devendroid / VectorChildFinder

VectorChildFinder helps to find inner elements of vector drawable like path and group.
Apache License 2.0
202 stars 41 forks source link

Update maven repository #6

Closed kfjohnny2 closed 6 years ago

kfjohnny2 commented 6 years ago

Hello, I've noticed that the line 1513 on this code is different from the actual class on maven repository, that is declarated as private.

devendroid commented 6 years ago

Make sure your import should like- import com.devs.vectorchildfinder.VectorDrawableCompat; its same on line 569 of maven.

kfjohnny2 commented 6 years ago

Oh, thank you, dude! I was importing from "android.support.graphics.drawable.VectorDrawableCompat". My bad!