Proguard changing methods required for click feedback aniamtion

Bug: 18323452
Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5
This commit is contained in:
Sunny Goyal 2014-11-10 16:01:44 -08:00
parent 8dfe2da698
commit be7939c960
1 changed files with 5 additions and 0 deletions

View File

@ -57,3 +57,8 @@
public float getAnimationProgress();
public void setAnimationProgress(float);
}
-keep class com.android.launcher3.FastBitmapDrawable {
public int getBrightness();
public void setBrightness(int);
}