summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2015-08-10 15:27:39 -0700
committerMaurice Lam <yukl@google.com>2015-08-10 22:30:18 +0000
commitd244adb1b22bdad464c86ee0fcac96efd8379772 (patch)
tree4bf7fc0643c7dfd5308d63ecfe75fd72e47ca097 /tools
parent899caf2cf473e512567832d283e9750679f0bf4d (diff)
downloadsetupwizard-d244adb1b22bdad464c86ee0fcac96efd8379772.tar.gz
Update buildToolsVersion to '21.1.2' - DO NOT MERGE
(cherry picked from commit 2b89a788f3cde0f7564ff396d0880c4ea6d901e4) Change-Id: I133a8f4e3f77963e6730c0f36d0fa90b4f8e3ea7
Diffstat (limited to 'tools')
-rw-r--r--tools/gradle/android.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gradle/android.properties b/tools/gradle/android.properties
index b0ee5f3..dbe836f 100644
--- a/tools/gradle/android.properties
+++ b/tools/gradle/android.properties
@@ -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