From ee7c1c19508454c24542e0ca34e32c4e008c7058 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Wed, 9 Nov 2016 18:03:56 -0800 Subject: Fix broken build Change-Id: I51af52c9ddcae1675d15eb37a2f48fd0b3cd09c3 --- proguard.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 72b6e6580..ad6f727a5 100644 --- a/proguard.flags +++ b/proguard.flags @@ -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.** { *; } -- cgit v1.2.3