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
+1 -1
View File
@@ -44,7 +44,7 @@
public void setBrightness(int); public void setBrightness(int);
} }
-keep class com.android.launcher3.AppsContainerRecyclerView { -keep class com.android.launcher3.BaseRecyclerView {
public void setFastScrollerAlpha(float); public void setFastScrollerAlpha(float);
public float getFastScrollerAlpha(); public float getFastScrollerAlpha();
} }