a-student / BetterVectorDrawable

The VectorDrawable implementation for Android 4.0+
151 stars 22 forks source link

MinSDK supported #18

Closed alex73 closed 8 years ago

alex73 commented 8 years ago

Sorry, I created issue because I can't find your email. You wrote: "The VectorDrawable implementation for Android 4.0+ (API level 14 or greater).". But when I compiled my application with BetterVectorDrawable for API level 10, it still works. Probably because I'm using AppCompat. Are there any parts of BetterVectorDrawable that will not work under API level 10 ?

a-student commented 8 years ago

Hi!

Sorry, I created issue because I can't find your email.

It is ok, you did it right way.

when I compiled my application with BetterVectorDrawable for API level 10, it still works.

There are two explanations for that: 1) The lib may work on API level 10. We just do not test it on api levels less than 14, because share of those android versions is small. 2) Possibly you did not specify generatedDensities = [], so the lib is not actually used.

Are there any parts of BetterVectorDrawable that will not work under API level 10 ?

Don't know. I wasn't considering this api level when i ported the code.

For now i close the issue, but feel free to reopen and ask more questions.