diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-10 23:43:05 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-10 23:43:18 +0100 |
commit | d7fc5b697838c2f7e76512e91f18e84c5ea47276 (patch) | |
tree | 871bca8ef0822c45f05af142bbcd4407fa534885 /build.gradle | |
parent | 18eb18794988ab94979020060e9bee9fe7fd9b67 (diff) |
use latest support library
Diffstat (limited to '')
-rw-r--r-- | build.gradle | 2 |
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' |