Merge pull request #321 from OleksandrKucherenko/patch-1

proguard config updates
This commit is contained in:
Jesse Wilson
2017-06-18 13:40:14 -04:00
committed by GitHub

View File

@@ -500,6 +500,9 @@ If you are using ProGuard you might need to add the following options:
-dontwarn okio.** -dontwarn okio.**
-dontwarn javax.annotation.Nullable -dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault -dontwarn javax.annotation.ParametersAreNonnullByDefault
-keepclasseswithmembers class * {
@com.squareup.moshi.* <methods>;
}
``` ```