Skip to content

Commit

Permalink
Fix ProGuard rule due to Android Support Library 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floating-cat committed Oct 16, 2015
1 parent e99aabc commit fff5149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# public *;
#}

# Android Support Library
# see https://code.google.com/p/android/issues/detail?id=190250
-keep class android.support.v7.widget.LinearLayoutManager { *; }

# Guava
# https://github.com/google/guava/wiki/UsingProGuardWithGuava
-dontwarn sun.misc.Unsafe
Expand Down

0 comments on commit fff5149

Please sign in to comment.