From 165e3628be84825a522857794303502681faa2d1 Mon Sep 17 00:00:00 2001 From: Eric Cochran Date: Mon, 25 Sep 2017 15:03:36 -0400 Subject: [PATCH] Update ProGuard config for CheckReturnValue. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 409f15f..189be58 100644 --- a/README.md +++ b/README.md @@ -518,8 +518,7 @@ ProGuard If you are using ProGuard you might need to add the following options: ``` -dontwarn okio.** --dontwarn javax.annotation.Nullable --dontwarn javax.annotation.ParametersAreNonnullByDefault +-dontwarn javax.annotation.** -keepclasseswithmembers class * { @com.squareup.moshi.* ; }