Skip to content

Commit

Permalink
Add link to okhttp & okio proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Mar 23, 2020
1 parent bfb5cd3 commit 955dde3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ R8 / ProGuard
If you are using R8 the shrinking and obfuscation rules are included automatically.

ProGuard users must manually add the options from
[this file](https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro).
(Note: You might also need rules for OkHttp and Okio which are dependencies of this library)
[retrofit2.pro][proguard file].
You might also need [rules for OkHttp][okhttp proguard] and [Okio][okio proguard] which are dependencies of this library.


License
Expand All @@ -47,3 +47,6 @@ License
[1]: https://square.github.io/retrofit/
[2]: https://search.maven.org/remote_content?g=com.squareup.retrofit2&a=retrofit&v=LATEST
[snap]: https://oss.sonatype.org/content/repositories/snapshots/
[proguard file]: https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro
[okhttp proguard]: https://square.github.io/okhttp/#r8-proguard
[okio proguard]: https://square.github.io/okio/#r8-proguard

0 comments on commit 955dde3

Please sign in to comment.