docs: Quick fix to preview build.gradle instructions

See first comment for doc stage location.

bug: 27589001
Change-Id: I3bb2993a2b7a7bbbc6c5768e2fcf7d4ecb7399f7
This commit is contained in:
Andrew Solovay
2016-03-10 15:58:01 -08:00
parent 834274d5b6
commit dfd4b8fd87

View File

@@ -191,7 +191,7 @@ how to configure your project with the Jack compiler.</p>
<pre>
android {
compileSdkVersion <strong>'android-N'</strong>
buildToolsVersion <strong>24.0.0 rc1</strong>
buildToolsVersion <strong>'24.0.0-rc1'</strong>
...
defaultConfig {