diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index ed488872740e0..11e3ec7cf7db1 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -898,7 +898,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
  • Added a flag that sets jumbo mode for DEX files, which allows a larger number of strings in the DEX files. Enable this mode by adding the following line to the {@code project.properties} file of your project: -
    set dex.force.jumbo=true
  • +
    dex.force.jumbo=true
  • Improved the build time by pre-dexing libraries (both JAR files and library projects).
  • Updated the build to generate {@code R} resource classes for library projects