Skip to content

Commit

Permalink
README: unify R8 section.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Sep 1, 2022
1 parent 6c930cb commit 3b55ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ See test cases in `src/test/` for more examples and the [retrofit website](https
It is likely not every method in this library is used, so it is probably useful to strip unused ones with Proguard.
Apply the [Proguard rules for retrofit](https://square.github.io/retrofit/#download).

The specific rules for this library are [already bundled](src/main/resources/META-INF/proguard/trakt-java.pro) into the jar which can be interpreted by R8 automatically, ProGuard users must manually add the options.
The specific rules for this library are [already bundled](src/main/resources/META-INF/proguard/trakt-java.pro) into the
release which can be interpreted by R8 automatically, ProGuard users must manually add the rules.

## License

Expand Down

0 comments on commit 3b55ff7

Please sign in to comment.