From 9117e94e4cb4a7da0b306314f174c28431e6bdb3 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Wed, 9 Nov 2016 19:30:06 -0800 Subject: Reduce the scope of proguard rule to fix the broken build. Change-Id: I27506dc26875d320a61d5d016f72bb2d221ca4d1 --- proguard.flags | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index ad6f727a5..f1a3eaf2f 100644 --- a/proguard.flags +++ b/proguard.flags @@ -86,7 +86,8 @@ # 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.** { +# *; +#} +-keep class android.support.v7.widget.RecyclerView { *; } -- cgit v1.2.3