From bcb150eb06296981592ae77794da4939dcf92b43 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Fri, 9 Jun 2017 14:18:38 +0200 Subject: [PATCH] proguard config updates updated proguard configuration for custom Json Adapters @FromJson/@ToJson cases --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 91ae57b..81d9ce4 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,9 @@ If you are using ProGuard you might need to add the following options: -dontwarn okio.** -dontwarn javax.annotation.Nullable -dontwarn javax.annotation.ParametersAreNonnullByDefault +-keepclasseswithmembers class * { + @com.squareup.moshi.* ; +} ```