Studio 2.2.2
Add ProGuard rules for the @Keep support annotation

Putting @Keep on the class will keep the entire class as-is, putting it
on a method/field will keep field (and it's name), as well as the class
name.

Change-Id: Ifbfef76846e0d6c73be016315fdbcb6d6aa040ec
2 files changed