Android-Iconics – is a library that allows you to use any icon font, or vector (.svg) as drawable in Android application.
ProGuard rules for Android-Iconics
ProGuard has the shrinking phase and removes unused classes, attributes and methods from program code. After ProGuard shrinks your code, reading a code is difficult because the method names are obfuscated. You have to set up a ProGuard configuration.
# Android-Iconics
-keep class .R
-keep class **.R$* {
;
}
For more information about Android-Iconics please see the website.