summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-11-04 20:38:40 +0100
committerArne Schwabe <arne@rfc2549.org>2014-11-04 20:38:40 +0100
commit7013b25c0ff654a03f4aa8c1e719d8cf40893d78 (patch)
tree3ea45bd619c656bab84acc2f16f279d395e8c6bd /build.gradle
parent7372f1921da478938490adc184e159d098f59025 (diff)
Update build tools version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 11a91fee..ee90daa7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.13.+'
+ classpath 'com.android.tools.build:gradle:0.14.0'
}
}