Fix broken build

am: ee7c1c1950

Change-Id: Ib8a7138a9566960462f4d574b8dce659f64eb2e5
This commit is contained in:
Hyunyoung Song
2016-11-10 02:22:12 +00:00
committed by android-build-merger

View File

@@ -86,7 +86,7 @@
# next row when focus is on the last item of last row when using a RecyclerView
# Keep optimized and shrunk proguard to prevent issues like this when using
# support jar.
-keep allowoptimization,allowshrinking class android.support.** {
-keep,allowoptimization,allowshrinking class android.support.** {
*;
}