From ed81d75081429e79af1da6b6e1c7ccd1bcbc178b Mon Sep 17 00:00:00 2001
From: Adarsh Fernando 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
Updating the Android Plugin for Gradle Version
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