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