From ed81d75081429e79af1da6b6e1c7ccd1bcbc178b Mon Sep 17 00:00:00 2001 From: Adarsh Fernando Date: Thu, 21 Jan 2016 16:28:32 -0800 Subject: Docs: Fixed typo referencing 'Android Plugin for Gradle version' instead of 'Gradle plugin version' + other minor typos. b/25960585 Change-Id: I6b364c9aec6c1497da37f74e4b68abc56bbbdc72 --- docs/html/tools/revisions/gradle-plugin.jd | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd index b7d7630ad338..20f6b340ad4b 100644 --- a/docs/html/tools/revisions/gradle-plugin.jd +++ b/docs/html/tools/revisions/gradle-plugin.jd @@ -584,9 +584,9 @@ android {

Updating the Android Plugin for Gradle Version

The Android Plugin for Gradle version is specified in the -File > Project Structure menu or the project-level +File > Project Structure > Project menu and the project-level build.gradle file. The plugin version applies to all modules built in that -Android Studio project. This example updates the Android Plugin for Gradle to version 1.1.0: +Android Studio project. This example sets the Android Plugin for Gradle to version 1.1.0 from the build.gradle file:

 ...
      dependencies {
@@ -600,8 +600,8 @@ Android Studio project. This example updates the Android Plugin for Gradle to ve
 version numbers. Using this feature can cause unexpected version updates and difficulty
 resolving version differences. 

-

If you're building with Gradle but using not Android Studio, the build process downloads the -latest Android Plugin for Gradle plugin when it runs.

+

If you're building with Gradle but not using Android Studio, the build process downloads the +latest Android Plugin for Gradle when it runs.

@@ -609,8 +609,8 @@ latest Android Plugin for Gradle plugin when it runs.

Android Studio requires Gradle version 2.2.1 or later. To view and update the Gradle version, edit the Gradle distribution reference in the -gradle/wrapper/gradle-wrapper.properties file. This example shows the -Android Plugin for Gradle version set to 2.2.1.

+gradle/wrapper/gradle-wrapper.properties file. This example sets the +Gradle version to 2.2.1.

 ...
@@ -618,14 +618,6 @@ distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip
 ...
 
- - -

For more details about the supported Android Plugin for Gradle properties and syntax, click the link to the -Plugin Language Reference.

- - - - - +Plugin Language Reference.

\ No newline at end of file -- cgit v1.2.3-59-g8ed1b