From 6f0cae5ae52c830d6c0c81d4a263eda51867554e Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Mon, 8 Apr 2019 15:01:01 +0200 Subject: [PATCH] Update proguard --- app/proguard-rules.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index feb3988c..baeaae1c 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -55,3 +55,6 @@ -if interface * { @retrofit2.http.* ; } -keep,allowobfuscation interface <1> +# Guava +-dontwarn com.google.j2objc.annotations.** +-keep class com.google.j2objc.annotations.** { *; } \ No newline at end of file