From 5fcfe207fe7ef6806a6e8984d0aa087dd39ff37b Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Mon, 23 Feb 2015 10:22:22 -0800 Subject: docs: gradle plugin version update b.android 153270 Change-Id: I0c752fdf28181c50924a1ca946b5110f773659dc --- docs/html/tools/revisions/gradle-plugin.jd | 78 ++++++++++++++++++++++++++++-- docs/html/tools/revisions/studio.jd | 2 +- 2 files changed, 74 insertions(+), 6 deletions(-) diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd index ebca5c7..e083792 100644 --- a/docs/html/tools/revisions/gradle-plugin.jd +++ b/docs/html/tools/revisions/gradle-plugin.jd @@ -36,10 +36,79 @@ plugin you are using, check the version declaration in the project-level

For a summary of known issues in Android Plugin for Gradle, see http://tools.android.com/knownissues.

-

Android Plugin for Gradle, Revision 1.1.2 (February 2015) +

+ +
+ +
+
Dependencies:
+ +
+
    +
  • Gradle 2.2.1 or higher.
  • +
  • Build Tools 21.1.1 or higher.
  • +
+
+ +
General Notes:
+
+
    +
  • Normalized path when creating a mockable JAR for unit testing.
  • +
  • Fixed the archivesBaseName setting in the build.gradle file.
  • +
  • Fixed the unresolved placeholder failure in manifest merger when building a library + test application.
  • +
+
+
+
+ + + + +
+

+ Android Plugin for Gradle, Revision 1.1.1 (February 2015) +

+ +
+ +
+
Dependencies:
+ +
+
    +
  • Gradle 2.2.1 or higher.
  • +
  • Build Tools 21.1.1 or higher.
  • +
+
+ +
General Notes:
+
+
    +
  • Modified build variants so only variants that package a + Wear app trigger Wear-specific + build tasks.
  • +
  • Changed dependency related issues to fail at build time rather than at debug time. + This behavior allows you to run diagnostic diagnostic tasks (such as 'dependencies') to help + resolve the conflict.
  • +
  • Fixed the android.getBootClasspath() method to return a value.
  • +
+
+
+
+ + + + + +
+

+ Android Plugin for Gradle, Revision 1.1.0 (February 2015)

@@ -185,11 +254,11 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues

The Android Plugin for Gradle version is specified in the File > Project Structure menu or 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: +Android Studio project. This example updates the Android Plugin for Gradle to version 1.1.0:

 ...
      dependencies {
-         classpath 'com.android.tools.build:gradle:1.1'
+         classpath 'com.android.tools.build:gradle:1.1.0'
      }
 ...
 
@@ -197,8 +266,7 @@ Android Studio project. This example updates the Android Plugin for Gradle to ve

Caution: You should not use dynamic dependencies (+) in version numbers. Using this feature can cause unexpected version updates and difficulty -resolving version differences. -

+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.

diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index af25d9c..3982f2e 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -43,7 +43,7 @@ Android Studio, as denoted by revision number.

Android Studio v1.1 (February 2015) + alt=""/>Android Studio v1.1.0 (February 2015)

-- cgit v1.1