Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juanchosaravia/36bec6429d88e975431d152a4f3ff49a to your computer and use it in GitHub Desktop.
Save juanchosaravia/36bec6429d88e975431d152a4f3ff49a to your computer and use it in GitHub Desktop.
# keep setters in VectorDrawables so that animations can still work.
-keepclassmembers class android.support.graphics.drawable.VectorDrawableCompat$* {
void set*(***);
*** get*();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment