Merge "Fixing proguard stripping animation method." into ub-launcher3-burnaby

This commit is contained in:
Winson Chung 2015-06-12 19:34:10 +00:00 committed by Android (Google) Code Review
commit 2cc170d211
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
public void setBrightness(int);
}
-keep class com.android.launcher3.AppsContainerRecyclerView {
-keep class com.android.launcher3.BaseRecyclerView {
public void setFastScrollerAlpha(float);
public float getFastScrollerAlpha();
}