Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55ee752e authored by Rich Sloager's avatar Rich Sloager Committed by Android Git Automerger
Browse files

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

* commit 'c5b58011':
  docs: gradle plugin revision update
parents 9186895b c5b58011
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,8 +59,8 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
    <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>