From d230307a958189041a7d5616e89fb2966011b55e Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 14 Aug 2018 15:21:45 -0700 Subject: Migrating to android-x Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d --- proguard.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index ddae07e0d..a312b9103 100644 --- a/proguard.flags +++ b/proguard.flags @@ -95,7 +95,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 class android.support.v7.widget.RecyclerView { *; } +-keep class androidx.recyclerview.widget.RecyclerView { *; } # Preference fragments -keep class ** extends android.preference.PreferenceFragment { -- cgit v1.2.3