kojofosu / Quantitizer

:sparkles: A quantity stepper for android projects
MIT License
187 stars 18 forks source link

Min SDK 23? #16

Open jpage4500 opened 2 years ago

jpage4500 commented 2 years ago

@kojofosu

Hi, I just tried to add your library (Quantizer) to one of my apps and realized the min SDK supported is 23. Do you happen to know if that's required or just what you used when writing this?

My app goes down to SDK 18 and I know I can override the min SDK but didn't want to cause any crashes on lower versions. I could also look into supporting lower versions if possible..

thanks! joe

kojofosu commented 2 years ago

Thanks for reaching out ... that was the min SDK at the time I was writing the library. You can fork the repo and make changes that work for you..and can make a PR if need be.