commit | fd98e3e3fcceffbba06fa7e10da5d521831714ba | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Fri Jun 12 12:20:34 2015 -0700 |
committer | Winson Chung <winsonc@google.com> | Fri Jun 12 12:20:34 2015 -0700 |
tree | 67e8457d71db0838fadf09dfd154e3443669e1ff | |
parent | e89cf793ab22fcb8cea3ff94ca981659208446db [diff] |
Fixing proguard stripping animation method.
diff --git a/proguard.flags b/proguard.flags index 5e2c384..7ec488b 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(); }