Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for latest API level #138

Open
ebghrimtech opened this issue Oct 5, 2018 · 3 comments
Open

Support for latest API level #138

ebghrimtech opened this issue Oct 5, 2018 · 3 comments

Comments

@ebghrimtech
Copy link

Hello,
We are currently using your library in one of our application. Actually we need a favour from your side. According to the Google Play Policy, all apps have to provide support for at least API level 26 which is satisfied in your case. We are targeting API level 28. So can you please provide us support for API level 28 in your current repository?

@ebghrimtech
Copy link
Author

Please check out the Android official docs. We just want to make sure that all the libraries support at least API level 26 and we are targeting API level 28. Please update as soon as possible.

@Deamon12
Copy link

Deamon12 commented Nov 5, 2018

I was able to exclude the outdated support libs with the following:

implementation ('com.github.ganfra:material-spinner:2.0.0') { exclude group: 'com.android.support', module: 'recyclerview-v7' }

You should be able to adjust this to any conflicts you are having.

@Chivorns
Copy link

Hi you can try to check this library: https://github.com/Chivorns/SmartMaterialSpinner.
Hope it can help what you need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants