diff options
| author | 2016-01-26 21:00:28 +0000 | |
|---|---|---|
| committer | 2016-01-26 21:00:28 +0000 | |
| commit | 399492059886d0743db2e204a79d696f1d2f13df (patch) | |
| tree | 16bf150e4b1336e227de1814ad041e2b1e8b0301 | |
| parent | 4c285f0943bc96a78e956e32b4a68daee7932021 (diff) | |
| parent | ed81d75081429e79af1da6b6e1c7ccd1bcbc178b (diff) | |
Merge "Docs: Fixed typo referencing 'Android Plugin for Gradle version' instead of 'Gradle plugin version' + other minor typos." into mnc-docs
| -rw-r--r-- | docs/html/tools/revisions/gradle-plugin.jd | 22 |
1 files 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 { <h2>Updating the Android Plugin for Gradle Version</h2> <p>The Android Plugin for Gradle version is specified in the -<strong>File > Project Structure</strong> menu or the project-level +<strong>File > Project Structure > Project</strong> menu and the project-level <code>build.gradle</code> 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 <code>build.gradle</code> file: <pre> ... 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. </p> -<p>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. </p> +<p>If you're building with Gradle but not using Android Studio, the build process downloads the +latest Android Plugin for Gradle when it runs. </p> @@ -609,8 +609,8 @@ latest Android Plugin for Gradle plugin when it runs. </p> <p>Android Studio requires Gradle version 2.2.1 or later. To view and update the Gradle version, edit the Gradle distribution reference in the -<code>gradle/wrapper/gradle-wrapper.properties</code> file. This example shows the -Android Plugin for Gradle version set to 2.2.1.</p> +<code>gradle/wrapper/gradle-wrapper.properties</code> file. This example sets the +Gradle version to 2.2.1.</p> <pre> ... @@ -618,14 +618,6 @@ distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip ... </pre> - - - <p>For more details about the supported Android Plugin for Gradle properties and syntax, click the link to the -<a href="{@docRoot}tools/building/plugin-for-gradle.html">Plugin Language Reference</a>.</p> - - - - - +<a href="{@docRoot}tools/building/plugin-for-gradle.html">Plugin Language Reference</a>.</p>
\ No newline at end of file |