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

Remove targetSdkVersion from manifest. #20

Closed leonrd closed 10 years ago

leonrd commented 10 years ago

High targetSdkVersion breaks gradle compatibility with other libraries. (E.g. Roboelectric that does not support API 19).

I see no reason for restricting people targeting a lower sdk, as long it's above the minimum requirement.

emilsjolander commented 10 years ago

That was never my intention, i'll gladly remove it. Thanks!