aboutsummaryrefslogtreecommitdiff
path: root/tests/overlay2/build.gradle
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-03-25 17:03:31 -0700
committerXavier Ducrohet <xav@android.com>2013-03-25 17:03:31 -0700
commit9248573795057ac5df2d7d5d49a810d0817c7eb1 (patch)
tree57543ff0862e7c020db7c678a0672ab93bda31d7 /tests/overlay2/build.gradle
parentb73c50cce44483658e99265c0e13698459ba317d (diff)
downloadbuild-9248573795057ac5df2d7d5d49a810d0817c7eb1.tar.gz
Use the right version of build tools.
Change-Id: I80ebd53f2f46213001633c135c7fd9a5f8502658
Diffstat (limited to 'tests/overlay2/build.gradle')
-rw-r--r--tests/overlay2/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/overlay2/build.gradle b/tests/overlay2/build.gradle
index 58a72c8..d47963f 100644
--- a/tests/overlay2/build.gradle
+++ b/tests/overlay2/build.gradle
@@ -12,7 +12,7 @@ apply plugin: 'android'
android {
compileSdkVersion 15
- buildToolsVersion "1.0"
+ buildToolsVersion "17.0"
productFlavors {
one {}