aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDaniel Gultsch <inputmice@siacs.eu>2015-01-10 23:43:05 +0100
committerDaniel Gultsch <inputmice@siacs.eu>2015-01-10 23:43:18 +0100
commitd7fc5b697838c2f7e76512e91f18e84c5ea47276 (patch)
tree871bca8ef0822c45f05af142bbcd4407fa534885 /build.gradle
parent18eb18794988ab94979020060e9bee9fe7fd9b67 (diff)
use latest support library
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 87e35247..f3b2e6a0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ dependencies {
compile project(':libs:minidns')
compile project(':libs:openpgp-api-lib')
compile project(':libs:MemorizingTrustManager')
- compile 'com.android.support:support-v13:19.1.0'
+ compile 'com.android.support:support-v13:21.0.3'
compile 'org.bouncycastle:bcprov-jdk15on:1.50'
compile 'net.java:otr4j:0.21'
compile 'org.gnu.inet:libidn:1.15'