Skip to content

Commit 82fed02

Browse files
authored
Mention R8 FAQ in Android example (#2075)
1 parent 47dea2e commit 82fed02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/android-proguard-example/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ access the fields of a class. It is necessary to configure ProGuard to make sure
77

88
Also have a look at the [ProGuard manual](https://www.guardsquare.com/manual/configuration/usage#keepoverview)
99
for more details on how ProGuard can be configured.
10+
11+
The R8 code shrinker uses the same rule format as ProGuard, but there are differences between these two
12+
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 commit comments

Comments
 (0)