Update buildToolsVersion to '21.1.2' - DO NOT MERGE

(cherry picked from commit 2b89a788f3)

Change-Id: I133a8f4e3f77963e6730c0f36d0fa90b4f8e3ea7
This commit is contained in:
Justin Klaassen 2015-08-10 15:27:39 -07:00 committed by Maurice Lam
parent 899caf2cf4
commit d244adb1b2

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