diff --git a/docs/html/tools/help/proguard.jd b/docs/html/tools/help/proguard.jd index 3ba7db2718650..aa9a0bc60fc98 100644 --- a/docs/html/tools/help/proguard.jd +++ b/docs/html/tools/help/proguard.jd @@ -25,11 +25,14 @@ parent.link=index.html
There are many options and considerations when using the -keep option, so it is
- highly recommended that you read the ProGuard
- Manual for more information about customizing your configuration file. The Overview of Keep options and
- Examples section
- are particularly helpful. The Troubleshooting section of the
- ProGuard Manual outlines other common problems you might encounter when your code gets stripped
- away.
How you save the mapping.txt file is your decision. For example, you can rename them to
include a version or build number, or you can version control them along with your source
- code.