blob: 344a9872ba0e3e26a23b7ffb0e4dfd10993e6cf1 [file] [log] [blame]
Xavier Ducrohet997a04c2012-12-11 14:49:10 -080010.3
2
Xavier Ducrohet2d555fc2013-01-10 18:20:39 -08003* Requires Gradle 1.3. Runtime check will ensure this.
4* Requires Android Platform Tools 16.0.2+. Runtime check will ensure this.
Xavier Ducroheta5d2eee2013-01-15 12:13:47 -08005* Default Java compile target set to 1.6.
Xavier Ducrohet997a04c2012-12-11 14:49:10 -08006* API to manipulate Build Variants
Xavier Ducrohet2d555fc2013-01-10 18:20:39 -08007* Support for multi resource folders. See 'multires' sample
Xavier Ducrohet997a04c2012-12-11 14:49:10 -08008* versionName suffix in build type.
Xavier Ducrohet3f4a7672013-01-02 13:11:54 -08009* Improved DSL to setup signing info.
Xavier Ducrohet2d555fc2013-01-10 18:20:39 -080010* new API to relocate full sourceSet. See 'migrated' sample.
11* Running tests on device now breaks the build if any test fails, and create a nice report, for each flavor/project, but also aggregated.
12* New plugin 'android-reporting' to aggregate android test results accross projects. See 'flavorlib' sample.
13* Tests now runs on all connected devices in parallel.
Xavier Ducrohet997a04c2012-12-11 14:49:10 -080014
150.2
16
17* Fixed support for windows.
18* 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)
19* Added support for dependency per configuration.
20* Fixed support for dependency on local jar files.
21* New samples "migrated" and "flavorlib"
22
230.1: initial release