aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-01-15 12:13:47 -0800
committerXavier Ducrohet <xav@android.com>2013-01-15 12:18:46 -0800
commita5d2eee4e1c9bd3df06b17ab9b26a35708b1f043 (patch)
tree7c0ba50d4bd05c24aad5c4147c42653d67e372ff /changelog.txt
parenta4ebba88ebb51a85ae7acd08fa01785c69ddaa30 (diff)
downloadbuild-a5d2eee4e1c9bd3df06b17ab9b26a35708b1f043.tar.gz
Default to Java 1.6 when building and allow customization.
New DSL to customize source/targetCompatibility: android { compileOptions { sourceCompatibility = "1.6" targetCompatibility = "1.6" } } dex options will probably all move in there too in the future. Change-Id: Ibab6fb8c44e7193274720f7340f0f1f409c6e3a4
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index cbe405e..344a987 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,6 +2,7 @@
* Requires Gradle 1.3. Runtime check will ensure this.
* Requires Android Platform Tools 16.0.2+. Runtime check will ensure this.
+* Default Java compile target set to 1.6.
* API to manipulate Build Variants
* Support for multi resource folders. See 'multires' sample
* versionName suffix in build type.