Mindinventory / vanilla-place-picker

Simple(vanilla) yet 'Do it all' place picker for your place picking needs in Android
https://www.mindinventory.com/android-application-development.php
MIT License
120 stars 34 forks source link

Decrease minSdkVersion to 17 #9

Closed Gnzlt closed 5 years ago

Gnzlt commented 5 years ago

The project where I'm planning to use this lib requires at least Android 4.2 and I couldn't find any issue to make this project backwards compatible up to SDK 17.

Disclaimer: I know the ideal case would be to increase it 🤦‍♂

dhruvmi commented 5 years ago

@Gnzlt there is small catch with this, there will be some more space on top of the search bar in older devices, have to create separate style for them.

dhruvmi commented 5 years ago

@Gnzlt New version 0.0.5 released with fixes.