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.* ; +} ```