blob: 8358ccb82f2f9bbd81e6104fb6b9ad0488fd9f3b [file] [log] [blame]
Xavier Ducrohete4bf0542013-03-14 18:37:18 -070010.4
2
3* Fixes:
4 - Fix support for subfolders in assets/
5 - Fix cases where Android Libraries have local Jars dependencies
6
Xavier Ducrohet997a04c2012-12-11 14:49:10 -080070.3
8
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -08009* System requirements:
10 - Gradle 1.3+ (tested on 1.3/1.4)
11 - Android Platform Tools 16.0.2+
12* New Features:
13 - Renderscript support.
14 - Support for multi resource folders. See 'multires' sample.
15 * PNG crunch is now done incrementally and in parallel.
16 - Support for multi asset folders.
17 - Support for asset folders in Library Projects.
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080018 - Support for versionName suffix provided by the BuildType.
19 - Testing
Xavier Ducrohet042fd122013-02-18 16:55:29 -080020 * Default sourceset for tests now src/instrumentTest (instrumentTest<Name> for flavors)
21 * Instrumentation tests now:
22 - started from "deviceCheck" instead of "check"
23 - run on all connected devices in parallel.
24 - break the build if any test fails.
25 - generate an HTML report for each flavor/project, but also aggregated.
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080026 * New plugin 'android-reporting' to aggregate android test results across projects. See 'flavorlib' sample.
27 - Improved DSL:
Xavier Ducrohet219f4f72013-02-14 10:59:17 -080028 * replaced android.target with android.compileSdkVersion to make it less confusing with targetSdkVersion
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080029 * signing information now a SigningConfig object reusable across BuildType and ProductFlavor
Xavier Ducrohet219f4f72013-02-14 10:59:17 -080030 * ability to relocate a full sourceSet. See 'migrated' sample.
Xavier Ducrohet042fd122013-02-18 16:55:29 -080031 * API to manipulate Build Variants.
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080032* Fixes:
33 - Default Java compile target set to 1.6.
34 - Fix generation of R classes in case libraries share same package name as the app project.
Xavier Ducrohet997a04c2012-12-11 14:49:10 -080035
360.2
37
38* Fixed support for windows.
39* Added support for customized sourceset. (http://tools.android.com/tech-docs/new-build-system/using-the-new-build-system#TOC-Working-with-and-Customizing-SourceSets)
40* Added support for dependency per configuration.
41* Fixed support for dependency on local jar files.
42* New samples "migrated" and "flavorlib"
43
440.1: initial release