Skip to content

Commit

Permalink
Merge pull request #3354 from talklittle/patch-1
Browse files Browse the repository at this point in the history
README: ProGuard changes for OkHttp 3.8.0
  • Loading branch information
swankjesse authored May 14, 2017
2 parents 4ca520c + f87d329 commit fad89a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ testCompile 'com.squareup.okhttp3:mockwebserver:3.8.0'
ProGuard
--------

If you are using ProGuard you might need to add the following option:
If you are using ProGuard you might need to add the following options:
```
-dontwarn okio.**
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault
```

License
Expand Down

0 comments on commit fad89a7

Please sign in to comment.