mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
Reduce the scope of proguard rule to fix the broken build.
Change-Id: I27506dc26875d320a61d5d016f72bb2d221ca4d1
This commit is contained in:
@@ -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 { *; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user