Skip to content

Commit

Permalink
Merge pull request #2797 from square/jakew/fix-names/2018-06-15
Browse files Browse the repository at this point in the history
Fix pointer to renamed rules file
  • Loading branch information
JakeWharton committed Jun 15, 2018
2 parents cd333f7 + 3f43d13 commit 360b448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ R8 / ProGuard
-------------

If you are using R8 or ProGuard add the options from
[this file](https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/rules.pro).
[this file](https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro).

You might also need rules for OkHttp and Okio which are dependencies of this library.

Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -174,7 +174,7 @@ <h4>Gradle</h4>
<p>Retrofit requires at minimum Java 7 or Android 2.3.</p>

<h4>R8 / ProGuard</h4>
<p>If you are using R8 or ProGuard add the options from <a href="https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/rules.pro">this file</a>.</p>
<p>If you are using R8 or ProGuard add the options from <a href="https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro">this file</a>.</p>
<p>You might also need rules for OkHttp and Okio which are dependencies of this library.</p>
</section>

Expand Down

0 comments on commit 360b448

Please sign in to comment.