Merge "Don't obfuscate Launcher3" into ub-launcher3-burnaby

This commit is contained in:
Adam Cohen
2015-07-25 00:26:34 +00:00
committed by Android (Google) Code Review
+4
View File
@@ -1,3 +1,7 @@
-keep,allowshrinking,allowoptimization class com.android.launcher3.** {
*;
}
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar { -keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
public void setWidth(int); public void setWidth(int);
public int getWidth(); public int getWidth();