Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

please reduce the minSdkVersion <=10 #72

Closed
ynheng opened this issue Jul 16, 2016 · 2 comments
Closed

please reduce the minSdkVersion <=10 #72

ynheng opened this issue Jul 16, 2016 · 2 comments

Comments

@ynheng
Copy link

ynheng commented Jul 16, 2016

Dear grandcentrix GmbH,
I like this library , it make sharedPreference so easy to use....
but it need minApi is 15 , it's wired , this limited many customer requirements,
because many shopping apps do not want higher api level , that means lost costom.....
so when I use it I must import the library moudle ,then set the minSdkVersion to 10 ,
but I think many developers do not know that the library's api-level could be reduced , maybe it will lost many follows cause this...
So would please reduce it to fits much more app ?

Best Regards.

@passsy
Copy link
Contributor

passsy commented Jul 18, 2016

We think about reducing it to 11. It's not possible to go below 11 because of some ContentProvider APIs which require sdkVersion 11.

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

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

@ynheng
Copy link
Author

ynheng commented Jul 18, 2016

Dear Pascal Welsch,
thank you very much for your reply and your solution.....
I will close this issues.
Best regards.

@ynheng ynheng closed this as completed Jul 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants