blob: 14ede6d2289e95a4a1f96dd638804851b2a7c5c5 [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
Xavier Ducrohet219f4f72013-02-14 10:59:17 -080015 * Instrumentation tests now started from "deviceCheck" instead of "check"
16 * Instrumentation tests now run on all connected devices in parallel.
17 * Instrumentation tests now break the build if any test fails.
18 * Instrumentation tests now generate an HTML report for each flavor/project, but also aggregated.
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080019 * New plugin 'android-reporting' to aggregate android test results across projects. See 'flavorlib' sample.
20 - Improved DSL:
Xavier Ducrohet219f4f72013-02-14 10:59:17 -080021 * replaced android.target with android.compileSdkVersion to make it less confusing with targetSdkVersion
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080022 * signing information now a SigningConfig object reusable across BuildType and ProductFlavor
Xavier Ducrohet219f4f72013-02-14 10:59:17 -080023 * ability to relocate a full sourceSet. See 'migrated' sample.
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080024* Fixes:
25 - Default Java compile target set to 1.6.
26 - Fix generation of R classes in case libraries share same package name as the app project.
Xavier Ducrohet997a04c2012-12-11 14:49:10 -080027
280.2
29
30* Fixed support for windows.
31* 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)
32* Added support for dependency per configuration.
33* Fixed support for dependency on local jar files.
34* New samples "migrated" and "flavorlib"
35
360.1: initial release