commit | 2cc170d2115acf3c8d1f84d6e0727d5bb854fc80 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Fri Jun 12 19:34:10 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jun 12 19:34:11 2015 +0000 |
tree | 0a3e5b33d973cbd824fc5602e020eb3f96620de8 | |
parent | 3d2e49d7b9dd63d875e8ac13e58895ad20a91a7a [diff] | |
parent | fd98e3e3fcceffbba06fa7e10da5d521831714ba [diff] |
Merge "Fixing proguard stripping animation method." into ub-launcher3-burnaby
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(); }