pratikbutani / MultiSelectSpinner

Android - Select Multiple Items from Spinner with Filtration.
http://pratikbutani.github.io/MultiSelectSpinner/
GNU General Public License v3.0
253 stars 125 forks source link

Proguard Problem #61

Closed ismailgungor closed 4 years ago

ismailgungor commented 4 years ago

Hi Guys,

I used this library in my project. I wanted to use proguard. So I changed minifyEnabled value from "false" to "true" to use proguard. But I got the many warnings about library with name "rey.material" which this library used. The warning example : com.rey.material.widget.ListView: can't find referenced method 'boolean isInEditMode()' in program class com.rey.material.widget.ListView

I added these lines in proguard file but it didnt work for me -keep class com.rey.material.** { *; } -dontwarn com.rey.material.*

I think the solution that to upgrade version number of rey5137:material. You are using 1.2.2, can you upgrade it to 1.2.5?

Thanks.

pratikbutani commented 4 years ago

Can you check it now? I have updated the code.

pratikbutani commented 4 years ago

I have updated the material library version. You can give proguard rules of material libraries only. No other proguard is required.