summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 1 insertions, 1 deletions
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.** {
*;
}