From d630e92377a69067611381412ba138db0ae3f222 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 27 Jul 2017 16:28:03 +0200 Subject: [PATCH] proguard: Add rules for guava. --- app/proguard-rules.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.txt b/app/proguard-rules.txt index 05366766..4564213c 100644 --- a/app/proguard-rules.txt +++ b/app/proguard-rules.txt @@ -44,5 +44,13 @@ -keepattributes Exceptions + + # See https://github.com/square/okio#proguard --dontwarn okio.** \ No newline at end of file +-dontwarn okio.** + + +# For Guava: +-dontwarn java.lang.ClassValue +-dontwarn com.google.errorprone.annotations.** +-dontwarn sun.misc.Unsafe \ No newline at end of file