OSDN Git Service

docs: Quick fix to preview build.gradle instructions
authorAndrew Solovay <asolovay@google.com>
Thu, 10 Mar 2016 23:58:01 +0000 (15:58 -0800)
committerAndrew Solovay <asolovay@google.com>
Fri, 11 Mar 2016 19:08:01 +0000 (11:08 -0800)
See first comment for doc stage location.

bug: 27589001
Change-Id: I3bb2993a2b7a7bbbc6c5768e2fcf7d4ecb7399f7

docs/html/preview/setup-sdk.jd

index c8688c6..bc40ebd 100644 (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 {