lukaspili / Reactive-Billing

Lightweight reactive wrapper around In App Billing API v3 for Android
https://play.google.com/store/apps/details?id=com.github.lukaspili.reactivebilling.sample
MIT License
246 stars 33 forks source link

Reason for minsdk of 16? #4

Open BlacKCaT27 opened 8 years ago

BlacKCaT27 commented 8 years ago

Hello,

Thanks for putting this together. I'm trying it out now, however I noticed that the defined minSDK is 16. Is there a particular reason for that? If I try to override that or lower it am I going to run into lots of trouble, or is that just the lowest supported version?

Thanks

BlacKCaT27 commented 8 years ago

FYI in all of my testing thus far, I've seen no issues with the library on an API level 15 device. May want to explore the lowest value you can reasonably support.

lukaspili commented 7 years ago

No reason for API 16, will make it lower.