GCX-HCI / tray

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

why the minSdkVersion is 15 not 14? #93

Closed bacy closed 7 years ago

passsy commented 7 years ago

No specific reason. But there are no phones out there which didn't got an update for API 15. We are open for your PR

As a workaround you can override the minSdkVersion in the AndroidManifest:

    <!-- override the min sdk version -->
    <uses-sdk tools:overrideLibrary="net.grandcentrix.tray" />

//cc #14

bacy commented 7 years ago

3q, i will have a try