aboutsummaryrefslogtreecommitdiff
path: root/tests/api
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/api
parentb73c50cce44483658e99265c0e13698459ba317d (diff)
downloadbuild-9248573795057ac5df2d7d5d49a810d0817c7eb1.tar.gz
Use the right version of build tools.
Change-Id: I80ebd53f2f46213001633c135c7fd9a5f8502658
Diffstat (limited to 'tests/api')
-rw-r--r--tests/api/app/build.gradle2
-rw-r--r--tests/api/lib/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/api/app/build.gradle b/tests/api/app/build.gradle
index 1a67ff4..d05a6e2 100644
--- a/tests/api/app/build.gradle
+++ b/tests/api/app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'android'
android {
compileSdkVersion 15
- buildToolsVersion "1.0"
+ buildToolsVersion "17.0"
}
// query for all (non-test) variants and inject a new step in the builds
diff --git a/tests/api/lib/build.gradle b/tests/api/lib/build.gradle
index 72889e4..4630a6e 100644
--- a/tests/api/lib/build.gradle
+++ b/tests/api/lib/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 15
- buildToolsVersion "1.0"
+ buildToolsVersion "17.0"
}
// query for all (non-test) variants and inject a new step in the builds