aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-01-30 10:23:25 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-01-30 10:23:25 +0100
commitc866dc22bcfa004ec2c46bc86c08694e76d1058d (patch)
tree82aabf739aaa1f797602c41890952fb228f92c55 /build.gradle
parentdccef45dc1646d623c01dcde7a28711b2ac815e4 (diff)
downloadopenpgp-api-c866dc22bcfa004ec2c46bc86c08694e76d1058d.tar.gz
openpgp-api-c866dc22bcfa004ec2c46bc86c08694e76d1058d.tar.bz2
openpgp-api-c866dc22bcfa004ec2c46bc86c08694e76d1058d.zip
Update build tools to 21.1.2
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 0b0647f..8561346 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
- buildToolsVersion '21.1.1'
+ buildToolsVersion '21.1.2'
// Do not abort build if lint finds errors
lintOptions {