From fd98e3e3fcceffbba06fa7e10da5d521831714ba Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 12 Jun 2015 12:20:34 -0700 Subject: Fixing proguard stripping animation method. --- proguard.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 5e2c384ce..7ec488b2d 100644 --- a/proguard.flags +++ b/proguard.flags @@ -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(); } -- cgit v1.2.3