aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-06-09 21:54:19 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-06-09 21:54:19 +0200
commita77887d32fae68171fcd0d2989bf537c0c11f0b9 (patch)
tree4455e7351ee2b1d5cc2eea921b85b081d6c1e032 /build.gradle
parent650e1ebda82596cd4fbfaae406e6eccf189f4f63 (diff)
downloadopenpgp-api-a77887d32fae68171fcd0d2989bf537c0c11f0b9.tar.gz
openpgp-api-a77887d32fae68171fcd0d2989bf537c0c11f0b9.tar.bz2
openpgp-api-a77887d32fae68171fcd0d2989bf537c0c11f0b9.zip
Update buildTools to 19.1
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 69b937c..096f358 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.0'
+ classpath 'com.android.tools.build:gradle:0.11.1'
}
}
@@ -13,7 +13,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
- buildToolsVersion '19.0.3'
+ buildToolsVersion '19.1'
// NOTE: We are using the old folder structure to also support Eclipse
sourceSets {