am c5b58011: Merge "docs: gradle plugin revision update" into mnc-preview-docs

* commit 'c5b580116944320b47bbda5d302a5ed2e7a06088':
  docs: gradle plugin revision update
diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd
index 8713e6b..17e6d79 100644
--- a/docs/html/tools/revisions/gradle-plugin.jd
+++ b/docs/html/tools/revisions/gradle-plugin.jd
@@ -59,8 +59,8 @@
     <dd>
       <ul>
       <li>Added support for the <code>com.android.build.threadPoolSize</code> property to control
-         the <code>Android</code> task thread pool size from the <code>build.gradle</code> file or
-         the command line. The following example sets this property to 4.
+         the <code>Android</code> task thread pool size from the <code>gradle.properties</code> file
+         or the command line. The following example sets this property to 4.
 <pre>
 -Pcom.android.build.threadPoolSize=4
 </pre>