From be7939c960c20697e8a731b354fd2d3d4757137c Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 10 Nov 2014 16:01:44 -0800 Subject: [PATCH] Proguard changing methods required for click feedback aniamtion Bug: 18323452 Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5 --- proguard.flags | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proguard.flags b/proguard.flags index 0b28c0ef4..83a491dfd 100644 --- a/proguard.flags +++ b/proguard.flags @@ -57,3 +57,8 @@ public float getAnimationProgress(); public void setAnimationProgress(float); } + +-keep class com.android.launcher3.FastBitmapDrawable { + public int getBrightness(); + public void setBrightness(int); +} -- 2.11.0