travijuu/NumberPicker

minSdkVersion 16

simonpoole opened this issue · 2 comments

Hi
I'm maintaining an app that supports back to Android SDK 9 (we actually just dropped 8 for our current release a couple of months back). I was looking for a compact non-fancy number picker that we could use. However you've got minSdkVersion set to 16 even though it doesn't seem necessary from a short glance at the code (I actually recompiled with minSdkVersion 9 and tested on a real 2.3 device without problems).

Any chance you would consider lowering minSdkVersion ? I'm trying to avoid forking/rolling my own.

Thanks

Hi @simonpoole
I'm going to accept it if you open a pr about it.
also I saw new features in your fork, It'd be great to merge them with this project

hi @travijuu I'm not particularly in love with maintaining my own fork (just needed to have a version somewhere that people could use for builds), no guarantees before Christmas but I'll try :-)