Skip to content

Commit

Permalink
proguard: Add rules for guava.
Browse files Browse the repository at this point in the history
  • Loading branch information
murraycu committed Jul 27, 2017
1 parent 390e87e commit d630e92
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
-keepattributes Exceptions




# See https://github.com/square/okio#proguard
-dontwarn okio.**
-dontwarn okio.**


# For Guava:
-dontwarn java.lang.ClassValue
-dontwarn com.google.errorprone.annotations.**
-dontwarn sun.misc.Unsafe

0 comments on commit d630e92

Please sign in to comment.