aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVipSaran <robert.saric@gmail.com>2014-10-20 15:04:13 +0200
committerVipSaran <robert.saric@gmail.com>2014-10-20 15:04:13 +0200
commited15d4c160f610260d5d59aaa61aa984e333548b (patch)
tree963ecebc90eabb25020b444ba5ad933df46beb5c
parent91eacd76728164aaeb558ff449da3c585e5dd4a5 (diff)
downloadiosched-ed15d4c160f610260d5d59aaa61aa984e333548b.tar.gz
Fix for 20.0.0 build tools bug
reference: https://code.google.com/p/android/issues/detail?id=77629
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index cc7937b..58846f0 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -25,7 +25,7 @@ repositories {
android {
compileSdkVersion 21
- buildToolsVersion "21.0.0"
+ buildToolsVersion "21.0.1"
defaultConfig {
minSdkVersion 14