MaterialSpinner icon indicating copy to clipboard operation
MaterialSpinner copied to clipboard

Support for latest API level

Open ebghrimtech opened this issue 7 years ago • 3 comments

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 avatar Oct 05 '18 12:10 ebghrimtech

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.

ebghrimtech avatar Oct 09 '18 07:10 ebghrimtech

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.

Deamon12 avatar Nov 05 '18 21:11 Deamon12

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

Chivorns avatar Jun 18 '19 15:06 Chivorns