Update buildToolsVersion to '21.1.2' - DO NOT MERGE

This commit is contained in:
Justin Klaassen 2015-08-10 15:27:39 -07:00
parent f4fea9000b
commit 2b89a788f3

View file

@ -1,6 +1,6 @@
// Set the default SDK and build tools version for all apps
compileSdkVersion 21
buildToolsVersion = '21.1.0'
buildToolsVersion = '21.1.2'
// enable Java7
compileOptions.sourceCompatibility JavaVersion.VERSION_1_7