blob: 655af000f1566ba05247cf94bb2f2fcd02afbbb9 [file] [log] [blame]
Xavier Ducrohet997a04c2012-12-11 14:49:10 -080010.3
2
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -08003* System requirements:
4 - Gradle 1.3+ (tested on 1.3/1.4)
5 - Android Platform Tools 16.0.2+
6* New Features:
7 - Renderscript support.
8 - Support for multi resource folders. See 'multires' sample.
9 * PNG crunch is now done incrementally and in parallel.
10 - Support for multi asset folders.
11 - Support for asset folders in Library Projects.
12 - API to manipulate Build Variants.
13 - Support for versionName suffix provided by the BuildType.
14 - Testing
15 * Tests now runs on all connected devices in parallel.
16 * Running tests on device now breaks the build if any test fails.
17 * Generate an HTML report for each flavor/project, but also aggregated.
18 * New plugin 'android-reporting' to aggregate android test results across projects. See 'flavorlib' sample.
19 - Improved DSL:
20 * replaced android.target with android.compileSdkVersion to make it less confusing vs min/targetSdkVersion
21 * signing information now a SigningConfig object reusable across BuildType and ProductFlavor
22 * ability to relocated a full sourceSet. See 'migrated' sample.
23* Fixes:
24 - Default Java compile target set to 1.6.
25 - Fix generation of R classes in case libraries share same package name as the app project.
Xavier Ducrohet997a04c2012-12-11 14:49:10 -080026
270.2
28
29* Fixed support for windows.
30* 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)
31* Added support for dependency per configuration.
32* Fixed support for dependency on local jar files.
33* New samples "migrated" and "flavorlib"
34
350.1: initial release