MaterialSpinner
MaterialSpinner copied to clipboard
Support for latest API level
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?
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.
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.
Hi you can try to check this library: https://github.com/Chivorns/SmartMaterialSpinner. Hope it can help what you need