How do I prevent font class names being obfuscated?
I have an application that includes a number of ttf fonts and I get the font names using the following code:
Android app crashing in release mode when minifyEnabled = true
I am using minifyEnabled = true and the project works fine in debug mode. But when I generated the release build it crashed on startup. I think it is due to Hilt. Can someone tell me the rules to add in the proguard file?