aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
AgeCommit message (Collapse)Author
2013-02-07SDK support improvements.Xavier Ducrohet
Move figuring out the path to aidl/aapt/dx/llvm-rs-cc from IAndroidTarget to SdkParser (in preparation of the build-tools). Also change android.target to android.compileSdkVersion to make it less confusing with regards to min/targetSdkVersion and also change it to take either an int or a string. Change-Id: I8642cb84f67cf75b49abe905b2a65f4d26668e98
2013-01-15Default to Java 1.6 when building and allow customization.Xavier Ducrohet
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
2013-01-11Update changelog.Xavier Ducrohet
Change-Id: I0df828ebb747d9bb3320bf2a33cec22088b900a1
2013-01-02Update docs.Xavier Ducrohet
Change-Id: Iced8cbbb3774fe534510db30a397a469956d3832
2012-12-11Add support for multiple res folders in all source sets.Xavier Ducrohet
Change-Id: I01fc363072b4407f70863899c80620fb22044b1f