mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Merge pull request #355 from square/eric.20170925.proguard
Update ProGuard config for CheckReturnValue.
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user