aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Gavrilovic <gavra@google.com>2016-10-10 13:39:17 +0100
committerIvan Gavrilovic <gavra@google.com>2016-10-10 13:39:17 +0100
commitad82b17854f02dc58321feb4a3318e693bd29564 (patch)
treeb88abaf420be0232ebf4f4f816cd9c6f532262ba
parent54915d39606a489531f68437daea6011123ddefd (diff)
downloadAntennaPod-mirror-goog-studio-master-dev.tar.gz
Update the build tools version that is now the minimum one required to run the new plugin. Change-Id: I710b30a4e55daefa9480bda6016eee2dcc7610b1
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b3a0b29a..111d4e9f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,7 +41,7 @@ subprojects {
project.ext {
compileSdkVersion = 23
- buildToolsVersion = "23.0.2"
+ buildToolsVersion = "24.0.2"
minSdkVersion = 10
targetSdkVersion = 23