summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2013-10-31 13:39:41 -0700
committerTrevor Johns <trevorjohns@google.com>2013-10-31 13:39:41 -0700
commitf49bfc3d06d0cc0eac0ce1a5620ef5bc8e38f064 (patch)
tree4cdd61893d24b9f6244ff0d94c8e883f93ec20d2
parentcf956f533259892d725f09eb985370fadd5a2377 (diff)
downloadbuild-f49bfc3d06d0cc0eac0ce1a5620ef5bc8e38f064.tar.gz
Use SDK Build-tools v19 as dependency for all samples. Change-Id: I83a2180406e7d26b0f61d93dadd6c0f0bdab033f
-rw-r--r--templates/base/_MODULE_/build.gradle.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/_MODULE_/build.gradle.ftl b/templates/base/_MODULE_/build.gradle.ftl
index fd740a3e..86365e3e 100644
--- a/templates/base/_MODULE_/build.gradle.ftl
+++ b/templates/base/_MODULE_/build.gradle.ftl
@@ -52,7 +52,7 @@ android {
<#-- Note that target SDK is hardcoded in this template. We expect all samples
to always use the most current SDK as their target. -->
compileSdkVersion ${compile_sdk}
- buildToolsVersion "18.0.1"
+ buildToolsVersion "19"
sourceSets {
main {