diff --git a/docs/html/tools/building/plugin-for-gradle.jd b/docs/html/tools/building/plugin-for-gradle.jd index c1ec4259749b6..513153dd1df41 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: