Skip to content

Commit

Permalink
Deduplicate URL in Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse authored Oct 26, 2019
1 parent 3a2a81c commit ebf3b91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/r8_proguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ R8 / ProGuard
=============

If you use OkHttp as a dependency in an Android project which uses R8 as a default compiler you
don't have to do anything. The specific rules are [already bundled][rules] into the JAR which can be
don't have to do anything. The specific rules are [already bundled][okhttp3_pro] into the JAR which can be
interpreted by R8 automatically.

If you, however, don't use R8 you have to apply the rules from [this file][okhttp3_pro]. You might
also need rules from [Okio][okio] which is a dependency of this library.

[okhttp3_pro]: https://github.com/square/okhttp/blob/master/okhttp/src/main/resources/META-INF/proguard/okhttp3.pro
[okio]: https://square.github.io/okio/
[rules]: https://github.com/square/okhttp/blob/master/okhttp/src/main/resources/META-INF/proguard/okhttp3.pro

0 comments on commit ebf3b91

Please sign in to comment.