robinhood / spark

A simple Android sparkline chart view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minSdkVersion

guavabot opened this issue · comments

Hello, any particular reason why the min SDK is 16? I want to use Spark with min SDK 15. I checked the code and there seem to be no incompatible APIs. I also ran it on the emulator and it seemed to be OK. Just to confirm, are there any known issues with previous SDK versions? Thanks

I think minSdk 16 was just a carry-over from our main app. I don't think there's any reason it can't be 15. Feel free to submit a PR, or I can make the change soon. Thanks!

Good to know. Sure, I'll check how low the SDK version can go and send a PR.