Skip to content

Commit

Permalink
Mention R8 FAQ in Android example (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 authored Feb 11, 2022
1 parent 47dea2e commit 82fed02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/android-proguard-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ access the fields of a class. It is necessary to configure ProGuard to make sure

Also have a look at the [ProGuard manual](https://www.guardsquare.com/manual/configuration/usage#keepoverview)
for more details on how ProGuard can be configured.

The R8 code shrinker uses the same rule format as ProGuard, but there are differences between these two
tools. Have a look at R8's Compatibility FAQ, and especially at the [Gson section](https://r8.googlesource.com/r8/+/refs/heads/main/compatibility-faq.md#gson).

0 comments on commit 82fed02

Please sign in to comment.