diff --git a/website/index.html b/website/index.html index dabc101f6819ea364fef438d5ab1b91e52dc6f03..98f6216e164ba5e238285dd70f3f5e55ed2a822c 100644 --- a/website/index.html +++ b/website/index.html @@ -175,8 +175,9 @@ implementation 'com.squareup.retrofit2:retrofit:(i

Retrofit requires at minimum Java 8+ or Android API 21+.

R8 / ProGuard

-

If you are using R8 or ProGuard add the options from this file.

-

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

+

If you are using R8 the shrinking and obfuscation rules are included automatically.

+

ProGuard users must manually add the options from retrofit2.pro.

+

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