emilsjolander / sprinkles

Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
Apache License 2.0
772 stars 84 forks source link

Why is the android:minSdkVersion="14"? #17

Closed praneetloke closed 10 years ago

praneetloke commented 10 years ago

Can you lower this to, say, 8? I can pull down the sources and modify it myself and do a local build but I'd like to avoid that, that is, if Sprinkles would even work at that level.

emilsjolander commented 10 years ago

well this is a typo actually, good catch! Sprinkles actually targets version 9, updating now

emilsjolander commented 10 years ago

version 10* android 2.3

emilsjolander commented 10 years ago

that said. it should work fine with 2.2 as well but i don't feel that i have the time to actively support it and very few apps run this version as of now.

emilsjolander commented 10 years ago

fixed now and syncing to maven central!

praneetloke commented 10 years ago

I agree with your comment about 2.2. I am beginning to care less about 2.3 (level 8 10) as well but it is still a good 24% according to the Android Dashboard.

emilsjolander commented 10 years ago

2.3 is lvl 10 :)

emilsjolander commented 10 years ago

2.2 is 8

praneetloke commented 10 years ago

Ah yes. :+1: