flagkit-android
flagkit-android copied to clipboard
proguard rule
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.* { *; }
minifyEnabled true does not effect to library. I added sample in project. You can check there.
than shrinkResources, sorry. I have them both enabled.