murgupluoglu / flagkit-android

Beautiful flag icons for usage in apps
MIT License
36 stars 11 forks source link

proguard rule #1

Open zboing opened 3 years ago

zboing commented 3 years ago

It will be good if you add in the read.me the proguard line in order to work for releases with minify enabled ;)

-keep class com.murgupluoglu.flagkit. { ; }

murgupluoglu commented 3 years ago

minifyEnabled true does not effect to library. I added sample in project. You can check there.

zboing commented 3 years ago

than shrinkResources, sorry. I have them both enabled.