Calligraphy - library that provides custom fonts in Android the easy way.
ProGuard rules for Calligraphy
ProGuard's optimization step will remove unused classes, attributes, fields and methods . After ProGuard shrinks code, reading a code is difficult because the method names are obfuscated. Use the next ProGuard-style specification for your proguard-rules.pro file.
-keep class uk.co.chrisjenx.calligraphy.* { *; } -keep class uk.co.chrisjenx.calligraphy.*$* { *; }
For more information about Calligraphy please see the website.