am be7939c9: Proguard changing methods required for click feedback aniamtion
* commit 'be7939c960c20697e8a731b354fd2d3d4757137c':
Proguard changing methods required for click feedback aniamtion
diff --git a/proguard.flags b/proguard.flags
index 0b28c0e..83a491d 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);
+}