GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 273 forks source link

Why minSdkVersion is 15? #102

Closed b95505017 closed 7 years ago

b95505017 commented 7 years ago

As title. Is there any API limit the minSdkVersion?

StefMa commented 7 years ago

We got that question multiple times already. See https://github.com/grandcentrix/tray/issues/93 https://github.com/grandcentrix/tray/pull/94 and https://github.com/grandcentrix/tray/issues/58

We have not interested to reduce it. But as you can see in the linked issues you can just override the minSdkVersion.

b95505017 commented 7 years ago

Thanks for quick response!