From 9a2ab4c32ad4673ee2dec970ae2081fb9d36da18 Mon Sep 17 00:00:00 2001 From: ztenghui Date: Thu, 13 Aug 2015 15:31:50 -0700 Subject: Add some bookmarks to plugin-for-gradle page b/23192453 Change-Id: I8addb8440697c1ab2e9a58c7e33fa1fc240c050f --- docs/html/tools/building/plugin-for-gradle.jd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/html/tools/building/plugin-for-gradle.jd b/docs/html/tools/building/plugin-for-gradle.jd index a497c1b..1ca19f8 100644 --- a/docs/html/tools/building/plugin-for-gradle.jd +++ b/docs/html/tools/building/plugin-for-gradle.jd @@ -112,7 +112,7 @@ several kinds of modules:

configuration options common to all application modules in the project. Each application module also has its own build.gradle file for build settings specific to that module.

-

Project Build File

+

Project Build File

By default, the project-level Gradle file uses buildscript to define the Gradle repositories and dependencies. This allows different projects to use different Gradle versions. Supported repositories include JCenter, Maven Central, or Ivy. This example @@ -144,7 +144,7 @@ allprojects { the local.properties file in the sdk.dir setting or through an ANDROID_HOME environment variable.

-

Module Build File

+

Module Build File

The application module Gradle build file allows you to configure module build settings, including overriding the src/main manifest settings and setting custom packaging options.

@@ -378,7 +378,7 @@ and two dimensions of product flavors, one for app type (demo or full) CPU/ABI (x86, ARM, or MIPS).

-

Source directories

+

Source directories

To build each version of your app, the build system combines source code and resources from:

-- cgit v1.1