Update ProGuard config for CheckReturnValue.
This commit is contained in:
parent
22c3b02b3f
commit
165e3628be
1 changed files with 1 additions and 2 deletions
|
@ -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.* <methods>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue