diff options
author | Michael <betheg@bitcloner.org> | 2015-01-20 18:01:39 +0100 |
---|---|---|
committer | Michael <betheg@bitcloner.org> | 2015-01-20 18:01:39 +0100 |
commit | fa7d748c3f8ec08ec161e6fac48c88279c655b39 (patch) | |
tree | a9324080e9b326584c6744f2dd7d11308c999ad0 /build.gradle | |
parent | 32a16137df2020081c6118c58cc58aaab4198e93 (diff) |
otr4j: update to 0.22
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b4d0648a..af956b41 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { compile project(':libs:MemorizingTrustManager') compile 'com.android.support:support-v13:21.0.3' compile 'org.bouncycastle:bcprov-jdk15on:1.50' - compile 'net.java:otr4j:0.21' + compile 'net.java:otr4j:0.22' compile 'org.gnu.inet:libidn:1.15' compile 'com.google.zxing:core:3.1.0' compile 'com.google.zxing:android-integration:3.1.0' |