I've had this question for a while but I've always wondered: why do I need to declare
vectorDrawables.useSupportLibrary = true
for my API 19 device but not my API 29 device?
They are both loading the same icon I imported, but why does API 19 devices need to declare that other it gives you a compile time error.