diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd index 23170e1b768d3..ebca5c78c7a7a 100644 --- a/docs/html/tools/revisions/gradle-plugin.jd +++ b/docs/html/tools/revisions/gradle-plugin.jd @@ -40,7 +40,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
Android Plugin for Gradle, Revision 1.1 (February 2015)
+ alt=""/>Android Plugin for Gradle, Revision 1.1.0 (February 2015)
extractReleaseAnnotations module.
- (Issue 81638).targetSdkVersion
- less than 16.android.jar file that is
+ compatible with popular mocking frameworks, for example Mockito. testDebug, testRelease, and
+ testMyFlavorDebug when using product flavors. src/test/java/,
+ src/testDebug/java/, src/testMyFlavor/java/.
+ build.gradle file for declaring test-only
+ dependencies, for example, testCompile 'junit:junit:4.11',
+ testMyFlavorCompile 'some:library:1.0'.
+ Note: Test-only dependencies are not currently compatible + with Jack (Java Android Compiler Kit).
+android.testOptions.unitTests.returnDefaultValues option to
+ control the behaviour of the mockable android.jar. Test in test task names with AndroidTest.
+ For example, the assembleDebugTest task is now
+ assembleDebugAndroidTest task. Unit test tasks still have UnitTest
+ in the task name, for example assembleDebugUnitTest. provided and package scopes.
+ Note: These scopes are incompatible with AAR + (Android ARchive) packages and will cause a build with AAR packages to fail.
+anyDpi
+ resource qualifier
+ in resource merger.
Android Plugin for Gradle, Revision 1.0 (December 2014)
+ alt=""/>Android Plugin for Gradle, Revision 1.0.1 (January 2015)
Note: This version of the Android Plugin for Gradle is + not compatible with Gradle 2.4 and higher.
+extractReleaseAnnotations module.
+ (Issue 81638).Disable passing the
+ --no-optimize setting to the Dalvik Executable (dex) bytecode.
+ (Issue 82662).targetSdkVersion less than 16.
+
Android Plugin for Gradle, Revision 1.0.0 (December 2014)
+
Note: This version of the Android Plugin for Gradle is + not compatible with Gradle 2.4 and higher.
+