Do I need to add Proguard rules when developing Android libraries?
Currently, I’m working on an Android library that relies on other libraries like Gson and Glide. Our senior developer mentioned that when using Proguard, we should include Proguard rules for these dependent libraries in the consumer-proguard-rules.pro
file.