antwankakki / FabricView

A new canvas drawing library for Android. Aims to be the Fabric.js for Android. Supports text, images, and hand/stylus drawing input. The library has a website and API docs, check it out
http://antwankakki.github.io/FabricView/
Apache License 2.0
1.04k stars 184 forks source link

lower min sdk version #3

Closed dbachelder closed 8 years ago

dbachelder commented 8 years ago

can you lower the minSdkVersion to 15? or are you using specific features from level 19?

antwankakki commented 8 years ago

I had some plans for features that required sensor batching in the hackathon and thats why min sdk is 19. Since then, I changed the plans for the library and it doesn't make sense to keep it at 19. Thanks! Will lower it immediately